Html Css Color HEX #A99948 Husk

📋 copy color: '#A99948'

red 169 ◦ green 153 ◦ blue 72

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

Shades of Husk #A99948

Tints of Husk #A99948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 42.89%
G = 38.83%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A99948 (or 0xA99948) is known color: Husk. HEX triplet: A9, 99 and 48. RGB value is (169,153,72). Sum of RGB (Red+Green+Blue) = 169+153+72=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A99948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99948 is #5666B7. Grayscale: #949494. Windows color (decimal): -5662392 or 4757929. OLE color: 4757929.

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

Color convert

RGB 169 153 72 -
CMYK 0 0.09 0.57 0.34
HSL 50.1º 0.4% 0.47% -
HSV(B) 50.1º 0.57% 0.66% -
XYZ 28.92 31.69 10.72 -
YUV 148.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 169 153 72 0 0.09 0.57 0.34 50.1 0.4 0.47
Hex A9 99 48 0 9 39 22 32 28 2F
Octal 251 231 110 0 11 71 42 62 50 57
Binary 10101001 10011001 1001000 0 1001 111001 100010 110010 101000 101111

Color Harmonies of #A99948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99948

Black with #A99948

Text Example


Text Example

White with #A99948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99948; }

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

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

background-color css

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

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

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

border-color css

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

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

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