Html Css Color HEX #A99850 Husk

📋 copy color: '#A99850'

red 169 ◦ green 152 ◦ blue 80

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

Shades of Husk #A99850

Tints of Husk #A99850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 42.14%
G = 37.91%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A99850 (or 0xA99850) is known color: Husk. HEX triplet: A9, 98 and 50. RGB value is (169,152,80). Sum of RGB (Red+Green+Blue) = 169+152+80=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A99850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99850 is #5667AF. Grayscale: #959595. Windows color (decimal): -5662640 or 5281961. OLE color: 5281961.

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

Color convert

RGB 169 152 80 -
CMYK 0 0.10 0.53 0.34
HSL 48.54º 0.36% 0.49% -
HSV(B) 48.54º 0.53% 0.66% -
XYZ 29.04 31.47 12.13 -
YUV 148.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 169 152 80 0 0.10 0.53 0.34 48.54 0.36 0.49
Hex A9 98 50 0 A 35 22 31 24 31
Octal 251 230 120 0 12 65 42 61 44 61
Binary 10101001 10011000 1010000 0 1010 110101 100010 110001 100100 110001

Color Harmonies of #A99850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99850

Black with #A99850

Text Example


Text Example

White with #A99850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99850; }

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

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

background-color css

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

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

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

border-color css

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

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

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