Html Css Color HEX #A99853 Husk

📋 copy color: '#A99853'

red 169 ◦ green 152 ◦ blue 83

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

Shades of Husk #A99853

Tints of Husk #A99853

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 41.83%
G = 37.62%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A99853 (or 0xA99853) is known color: Husk. HEX triplet: A9, 98 and 53. RGB value is (169,152,83). Sum of RGB (Red+Green+Blue) = 169+152+83=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99853 is #5667AC. Grayscale: #959595. Windows color (decimal): -5662637 or 5478569. OLE color: 5478569.

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

Color convert

RGB 169 152 83 -
CMYK 0 0.10 0.51 0.34
HSL 48.14º 0.34% 0.49% -
HSV(B) 48.14º 0.51% 0.66% -
XYZ 29.15 31.52 12.73 -
YUV 149.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 169 152 83 0 0.10 0.51 0.34 48.14 0.34 0.49
Hex A9 98 53 0 A 33 22 30 22 31
Octal 251 230 123 0 12 63 42 60 42 61
Binary 10101001 10011000 1010011 0 1010 110011 100010 110000 100010 110001

Color Harmonies of #A99853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99853

Black with #A99853

Text Example


Text Example

White with #A99853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99853; }

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

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

background-color css

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

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

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

border-color css

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

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

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