#A4AF21

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

Shades of Bahia #A4AF21

Tints of Bahia #A4AF21

Color information

#A4AF21 (or 0xA4AF21) is unknown color: approx Bahia. HEX triplet: A4, AF and 21. RGB value is (164,175,33). Sum of RGB (Red+Green+Blue) = 164+175+33=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AF21 is #5B50DE. Grayscale: #9C9C9C. Windows color (decimal): -5984479 or 2207652. OLE color: 2207652.

HSL color Cylindrical-coordinate representation of color #A4AF21: hue angle of 64.65º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4AF21 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB16417533-
CMYK0.0600.810.31
HSL64.65º68.27%40.78%-
HSV(B)64.65º81.14%68.63%-
XYZ30.9138.667.27-
YUV155.5258.86134.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 33 (13.28% from 255) = 8.87%
R=44.09%
G=47.04%
B=8.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164175330.0600.810.3164.6568.2740.78
HexA4AF2160511F414429
Octal24425741601213710110451
Binary1010010010101111100001110010100011111110000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF21; }

 p { color: rgb(164,175,33); }

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

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

 a { background-color: rgb(164,175,33); }

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

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

 span { border-color: rgb(164,175,33); }

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