Html Css Color HEX #A99449 Husk

📋 copy color: '#A99449'

red 169 ◦ green 148 ◦ blue 73

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

Shades of Husk #A99449

Tints of Husk #A99449

RGB

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

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

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

R = 43.33%
G = 37.95%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A99449 (or 0xA99449) is known color: Husk. HEX triplet: A9, 94 and 49. RGB value is (169,148,73). Sum of RGB (Red+Green+Blue) = 169+148+73=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A99449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99449 is #566BB6. Grayscale: #929292. Windows color (decimal): -5663671 or 4822185. OLE color: 4822185.

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

Color convert

RGB 169 148 73 -
CMYK 0 0.12 0.57 0.34
HSL 46.88º 0.4% 0.47% -
HSV(B) 46.88º 0.57% 0.66% -
XYZ 28.15 30.1 10.63 -
YUV 145.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 169 148 73 0 0.12 0.57 0.34 46.88 0.4 0.47
Hex A9 94 49 0 C 39 22 2F 28 2F
Octal 251 224 111 0 14 71 42 57 50 57
Binary 10101001 10010100 1001001 0 1100 111001 100010 101111 101000 101111

Color Harmonies of #A99449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99449

Black with #A99449

Text Example


Text Example

White with #A99449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99449; }

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

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

background-color css

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

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

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

border-color css

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

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

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