Html Css Color HEX #A99650 Husk

📋 copy color: '#A99650'

red 169 ◦ green 150 ◦ blue 80

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

Shades of Husk #A99650

Tints of Husk #A99650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

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

R = 42.36%
G = 37.59%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A99650 (or 0xA99650) is known color: Husk. HEX triplet: A9, 96 and 50. RGB value is (169,150,80). Sum of RGB (Red+Green+Blue) = 169+150+80=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A99650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99650 is #5669AF. Grayscale: #949494. Windows color (decimal): -5663152 or 5281449. OLE color: 5281449.

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

Color convert

RGB 169 150 80 -
CMYK 0 0.11 0.53 0.34
HSL 47.19º 0.36% 0.49% -
HSV(B) 47.19º 0.53% 0.66% -
XYZ 28.72 30.83 12.03 -
YUV 147.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 169 150 80 0 0.11 0.53 0.34 47.19 0.36 0.49
Hex A9 96 50 0 B 35 22 2F 24 31
Octal 251 226 120 0 13 65 42 57 44 61
Binary 10101001 10010110 1010000 0 1011 110101 100010 101111 100100 110001

Color Harmonies of #A99650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99650

Black with #A99650

Text Example


Text Example

White with #A99650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99650; }

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

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

background-color css

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

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

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

border-color css

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

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

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