Html Css Color HEX #A99747 Husk

📋 copy color: '#A99747'

red 169 ◦ green 151 ◦ blue 71

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

Shades of Husk #A99747

Tints of Husk #A99747

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 43.22%
G = 38.62%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A99747 (or 0xA99747) is known color: Husk. HEX triplet: A9, 97 and 47. RGB value is (169,151,71). Sum of RGB (Red+Green+Blue) = 169+151+71=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99747 is #5668B8. Grayscale: #939393. Windows color (decimal): -5662905 or 4691881. OLE color: 4691881.

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

Color convert

RGB 169 151 71 -
CMYK 0 0.11 0.58 0.34
HSL 48.98º 0.41% 0.47% -
HSV(B) 48.98º 0.58% 0.66% -
XYZ 28.57 31.02 10.44 -
YUV 147.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 169 151 71 0 0.11 0.58 0.34 48.98 0.41 0.47
Hex A9 97 47 0 B 3A 22 31 29 2F
Octal 251 227 107 0 13 72 42 61 51 57
Binary 10101001 10010111 1000111 0 1011 111010 100010 110001 101001 101111

Color Harmonies of #A99747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99747

Black with #A99747

Text Example


Text Example

White with #A99747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99747; }

 p { color: rgb(169,151,71); }

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

background-color css

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

 a { background-color: rgb(169,151,71); }

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

border-color css

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

 span { border-color: rgb(169,151,71); }

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