Html Css Color HEX #A99456 Husk

📋 copy color: '#A99456'

red 169 ◦ green 148 ◦ blue 86

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

Shades of Husk #A99456

Tints of Husk #A99456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

 BLUE value IS 86 (33.98% from 255) = 21.34%

R = 41.94%
G = 36.72%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A99456 (or 0xA99456) is known color: Husk. HEX triplet: A9, 94 and 56. RGB value is (169,148,86). Sum of RGB (Red+Green+Blue) = 169+148+86=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99456 is #566BA9. Grayscale: #939393. Windows color (decimal): -5663658 or 5674153. OLE color: 5674153.

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

Color convert

RGB 169 148 86 -
CMYK 0 0.12 0.49 0.34
HSL 44.82º 0.33% 0.5% -
HSV(B) 44.82º 0.49% 0.66% -
XYZ 28.63 30.29 13.14 -
YUV 147.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 169 148 86 0 0.12 0.49 0.34 44.82 0.33 0.5
Hex A9 94 56 0 C 31 22 2D 21 32
Octal 251 224 126 0 14 61 42 55 41 62
Binary 10101001 10010100 1010110 0 1100 110001 100010 101101 100001 110010

Color Harmonies of #A99456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99456

Black with #A99456

Text Example


Text Example

White with #A99456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99456; }

 p { color: rgb(169,148,86); }

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

background-color css

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

 a { background-color: rgb(169,148,86); }

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

border-color css

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

 span { border-color: rgb(169,148,86); }

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