#A1AF30

Color #A1AF30 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A1AF30

Tints of Bahia #A1AF30

Color information

#A1AF30 (or 0xA1AF30) is unknown color: approx Bahia. HEX triplet: A1, AF and 30. RGB value is (161,175,48). Sum of RGB (Red+Green+Blue) = 161+175+48=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AF30 is #5E50CF. Grayscale: #9C9C9C. Windows color (decimal): -6181072 or 3190689. OLE color: 3190689.

HSL color Cylindrical-coordinate representation of color #A1AF30: hue angle of 66.61º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1AF30 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB16117548-
CMYK0.0800.730.31
HSL66.61º56.95%43.73%-
HSV(B)66.61º72.57%68.63%-
XYZ30.5638.458.61-
YUV156.3466.86131.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=41.93%
G=45.57%
B=12.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161175480.0800.730.3166.6156.9543.73
HexA1AF3080491F43392c
Octal24125760100111371037154
Binary1010000110101111110000100001001001111111000011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF30; }

 p { color: rgb(161,175,48); }

 H1.HeaderClassName
 {
   color: #A1AF30;
 }
 .AnyTagClassName
 {
   color: #A1AF30;
 }
</style>
background-color css

<style>
 a { background-color: #A1AF30; }

 a { background-color: rgb(161,175,48); }

 div.DivClassName
 {
   background-color: #A1AF30;
 }
 .BgClassName
 {
   background-color: #A1AF30;
 }
</style>
border-color css

<style>
 span { border-color: #A1AF30; }

 span { border-color: rgb(161,175,48); }

 td.TdClassName
 {
   border-color: #A1AF30;
 }
 .TagClassName
 {
   border-color: #A1AF30;
 }
</style>