Html Css Color HEX #A99649 Husk

📋 copy color: '#A99649'

red 169 ◦ green 150 ◦ blue 73

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

Shades of Husk #A99649

Tints of Husk #A99649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.62%

R = 43.11%
G = 38.27%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A99649 (or 0xA99649) is known color: Husk. HEX triplet: A9, 96 and 49. RGB value is (169,150,73). Sum of RGB (Red+Green+Blue) = 169+150+73=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A99649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99649 is #5669B6. Grayscale: #939393. Windows color (decimal): -5663159 or 4822697. OLE color: 4822697.

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

Color convert

RGB 169 150 73 -
CMYK 0 0.11 0.57 0.34
HSL 48.13º 0.4% 0.47% -
HSV(B) 48.13º 0.57% 0.66% -
XYZ 28.47 30.73 10.73 -
YUV 146.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 169 150 73 0 0.11 0.57 0.34 48.13 0.4 0.47
Hex A9 96 49 0 B 39 22 30 28 2F
Octal 251 226 111 0 13 71 42 60 50 57
Binary 10101001 10010110 1001001 0 1011 111001 100010 110000 101000 101111

Color Harmonies of #A99649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99649

Black with #A99649

Text Example


Text Example

White with #A99649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99649; }

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

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

background-color css

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

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

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

border-color css

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

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

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