Html Css Color HEX #A99548 Husk

📋 copy color: '#A99548'

red 169 ◦ green 149 ◦ blue 72

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

Shades of Husk #A99548

Tints of Husk #A99548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 43.33%
G = 38.21%
B = 18.46%

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

#A99548 (or 0xA99548) is known color: Husk. HEX triplet: A9, 95 and 48. RGB value is (169,149,72). Sum of RGB (Red+Green+Blue) = 169+149+72=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A99548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99548 is #566AB7. Grayscale: #929292. Windows color (decimal): -5663416 or 4756905. OLE color: 4756905.

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

Color convert

RGB 169 149 72 -
CMYK 0 0.12 0.57 0.34
HSL 47.63º 0.4% 0.47% -
HSV(B) 47.63º 0.57% 0.66% -
XYZ 28.28 30.4 10.51 -
YUV 146.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 169 149 72 0 0.12 0.57 0.34 47.63 0.4 0.47
Hex A9 95 48 0 C 39 22 30 28 2F
Octal 251 225 110 0 14 71 42 60 50 57
Binary 10101001 10010101 1001000 0 1100 111001 100010 110000 101000 101111

Color Harmonies of #A99548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99548

Black with #A99548

Text Example


Text Example

White with #A99548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99548; }

 p { color: rgb(169,149,72); }

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

background-color css

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

 a { background-color: rgb(169,149,72); }

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

border-color css

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

 span { border-color: rgb(169,149,72); }

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