Html Css Color HEX #A99654 Husk

📋 copy color: '#A99654'

red 169 ◦ green 150 ◦ blue 84

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

Shades of Husk #A99654

Tints of Husk #A99654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 41.94%
G = 37.22%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A99654 (or 0xA99654) is known color: Husk. HEX triplet: A9, 96 and 54. RGB value is (169,150,84). Sum of RGB (Red+Green+Blue) = 169+150+84=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99654 is #5669AB. Grayscale: #949494. Windows color (decimal): -5663148 or 5543593. OLE color: 5543593.

HSL color Cylindrical-coordinate representation of color #A99654: hue angle of 46.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A99654 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 150 84 -
CMYK 0 0.11 0.50 0.34
HSL 46.59º 0.34% 0.5% -
HSV(B) 46.59º 0.5% 0.66% -
XYZ 28.87 30.89 12.83 -
YUV 148.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 169 150 84 0 0.11 0.50 0.34 46.59 0.34 0.5
Hex A9 96 54 0 B 32 22 2F 22 32
Octal 251 226 124 0 13 62 42 57 42 62
Binary 10101001 10010110 1010100 0 1011 110010 100010 101111 100010 110010

Color Harmonies of #A99654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99654

Black with #A99654

Text Example


Text Example

White with #A99654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99654; }

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

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

background-color css

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

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

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

border-color css

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

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

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