Html Css Color HEX #A4AF28 Bahia

📋 copy color: '#A4AF28'

red 164 ◦ green 175 ◦ blue 40

#A4AF28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A4AF28

Tints of Bahia #A4AF28

RGB

 RED value IS 164 (64.45% from 255) = 43.27%

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 40 (16.02% from 255) = 10.55%

R = 43.27%
G = 46.17%
B = 10.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#A4AF28 (or 0xA4AF28) is known color: Bahia. HEX triplet: A4, AF and 28. RGB value is (164,175,40). Sum of RGB (Red+Green+Blue) = 164+175+40=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AF28 is #5B50D7. Grayscale: #9C9C9C. Windows color (decimal): -5984472 or 2666404. OLE color: 2666404.

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

Color convert

RGB 164 175 40 -
CMYK 0.06 0 0.77 0.31
HSL 64.89º 0.63% 0.42% -
HSV(B) 64.89º 0.77% 0.69% -
XYZ 31.02 38.71 7.84 -
YUV 156.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 164 175 40 0.06 0 0.77 0.31 64.89 0.63 0.42
Hex A4 AF 28 6 0 4D 1F 41 3F 2A
Octal 244 257 50 6 0 115 37 101 77 52
Binary 10100100 10101111 101000 110 0 1001101 11111 1000001 111111 101010

Color Harmonies of #A4AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF28

Black with #A4AF28

Text Example


Text Example

White with #A4AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF28; }

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

 H1.HeaderClassName
 {
   color: #A4AF28;
 }
 .AnyTagClassName
 {
   color: #A4AF28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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