Html Css Color HEX #A99A50 Husk

📋 copy color: '#A99A50'

red 169 ◦ green 154 ◦ blue 80

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

Shades of Husk #A99A50

Tints of Husk #A99A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

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

R = 41.94%
G = 38.21%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A99A50 (or 0xA99A50) is known color: Husk. HEX triplet: A9, 9A and 50. RGB value is (169,154,80). Sum of RGB (Red+Green+Blue) = 169+154+80=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A50 is #5665AF. Grayscale: #969696. Windows color (decimal): -5662128 or 5282473. OLE color: 5282473.

HSL color Cylindrical-coordinate representation of color #A99A50: hue angle of 49.89º 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 #A99A50 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 154 80 -
CMYK 0 0.09 0.53 0.34
HSL 49.89º 0.36% 0.49% -
HSV(B) 49.89º 0.53% 0.66% -
XYZ 29.37 32.13 12.24 -
YUV 150.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 169 154 80 0 0.09 0.53 0.34 49.89 0.36 0.49
Hex A9 9A 50 0 9 35 22 32 24 31
Octal 251 232 120 0 11 65 42 62 44 61
Binary 10101001 10011010 1010000 0 1001 110101 100010 110010 100100 110001

Color Harmonies of #A99A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99A50

Black with #A99A50

Text Example


Text Example

White with #A99A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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