Html Css Color HEX #A9A050 Husk

📋 copy color: '#A9A050'

red 169 ◦ green 160 ◦ blue 80

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

Shades of Husk #A9A050

Tints of Husk #A9A050

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 41.32%
G = 39.12%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A9A050 (or 0xA9A050) is known color: Husk. HEX triplet: A9, A0 and 50. RGB value is (169,160,80). Sum of RGB (Red+Green+Blue) = 169+160+80=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A050 is #565FAF. Grayscale: #999999. Windows color (decimal): -5660592 or 5284009. OLE color: 5284009.

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

Color convert

RGB 169 160 80 -
CMYK 0 0.05 0.53 0.34
HSL 53.93º 0.36% 0.49% -
HSV(B) 53.93º 0.53% 0.66% -
XYZ 30.38 34.16 12.58 -
YUV 153.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 169 160 80 0 0.05 0.53 0.34 53.93 0.36 0.49
Hex A9 A0 50 0 5 35 22 36 24 31
Octal 251 240 120 0 5 65 42 66 44 61
Binary 10101001 10100000 1010000 0 101 110101 100010 110110 100100 110001

Color Harmonies of #A9A050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A050

Black with #A9A050

Text Example


Text Example

White with #A9A050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A050; }

 p { color: rgb(169,160,80); }

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

background-color css

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

 a { background-color: rgb(169,160,80); }

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

border-color css

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

 span { border-color: rgb(169,160,80); }

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