Html Css Color HEX #A99753 Husk

📋 copy color: '#A99753'

red 169 ◦ green 151 ◦ blue 83

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

Shades of Husk #A99753

Tints of Husk #A99753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 41.94%
G = 37.47%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A99753 (or 0xA99753) is known color: Husk. HEX triplet: A9, 97 and 53. RGB value is (169,151,83). Sum of RGB (Red+Green+Blue) = 169+151+83=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99753 is #5668AC. Grayscale: #949494. Windows color (decimal): -5662893 or 5478313. OLE color: 5478313.

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

Color convert

RGB 169 151 83 -
CMYK 0 0.11 0.51 0.34
HSL 47.44º 0.34% 0.49% -
HSV(B) 47.44º 0.51% 0.66% -
XYZ 28.99 31.19 12.68 -
YUV 148.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 169 151 83 0 0.11 0.51 0.34 47.44 0.34 0.49
Hex A9 97 53 0 B 33 22 2F 22 31
Octal 251 227 123 0 13 63 42 57 42 61
Binary 10101001 10010111 1010011 0 1011 110011 100010 101111 100010 110001

Color Harmonies of #A99753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99753

Black with #A99753

Text Example


Text Example

White with #A99753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99753; }

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

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

background-color css

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

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

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

border-color css

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

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

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