#A1AC29

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

Shades of Bahia #A1AC29

Tints of Bahia #A1AC29

Color information

#A1AC29 (or 0xA1AC29) is unknown color: approx Bahia. HEX triplet: A1, AC and 29. RGB value is (161,172,41). Sum of RGB (Red+Green+Blue) = 161+172+41=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC29 is #5E53D6. Grayscale: #9A9A9A. Windows color (decimal): -6181847 or 2731169. OLE color: 2731169.

HSL color Cylindrical-coordinate representation of color #A1AC29: hue angle of 65.04º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1AC29 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB16117241-
CMYK0.0600.760.33
HSL65.04º61.5%41.76%-
HSV(B)65.04º76.16%67.45%-
XYZ29.8537.247.71-
YUV153.7864.36133.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 41 (16.41% from 255) = 10.96%
R=43.05%
G=45.99%
B=10.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161172410.0600.760.3365.0461.541.76
HexA1AC29604C21413e2a
Octal2412545160114411017652
Binary1010000110101100101001110010011001000011000001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC29; }

 p { color: rgb(161,172,41); }

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

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

 a { background-color: rgb(161,172,41); }

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

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

 span { border-color: rgb(161,172,41); }

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