Html Css Color HEX #A9A252 Husk

📋 copy color: '#A9A252'

red 169 ◦ green 162 ◦ blue 82

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

Shades of Husk #A9A252

Tints of Husk #A9A252

RGB

 RED value IS 169 (66.41% from 255) = 40.92%

 GREEN value IS 162 (63.67% from 255) = 39.23%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 40.92%
G = 39.23%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A9A252 (or 0xA9A252) is known color: Husk. HEX triplet: A9, A2 and 52. RGB value is (169,162,82). Sum of RGB (Red+Green+Blue) = 169+162+82=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A252 is #565DAD. Grayscale: #9B9B9B. Windows color (decimal): -5660078 or 5415593. OLE color: 5415593.

HSL color Cylindrical-coordinate representation of color #A9A252: hue angle of 55.17º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9A252 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 162 82 -
CMYK 0 0.04 0.51 0.34
HSL 55.17º 0.35% 0.49% -
HSV(B) 55.17º 0.51% 0.66% -
XYZ 30.81 34.88 13.09 -
YUV 154.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 169 162 82 0 0.04 0.51 0.34 55.17 0.35 0.49
Hex A9 A2 52 0 4 33 22 37 23 31
Octal 251 242 122 0 4 63 42 67 43 61
Binary 10101001 10100010 1010010 0 100 110011 100010 110111 100011 110001

Color Harmonies of #A9A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A252

Black with #A9A252

Text Example


Text Example

White with #A9A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A252; }

 p { color: rgb(169,162,82); }

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

background-color css

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

 a { background-color: rgb(169,162,82); }

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

border-color css

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

 span { border-color: rgb(169,162,82); }

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