Html Css Color HEX #A9995A Husk

📋 copy color: '#A9995A'

red 169 ◦ green 153 ◦ blue 90

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

Shades of Husk #A9995A

Tints of Husk #A9995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.84%

R = 41.02%
G = 37.14%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9995A (or 0xA9995A) is known color: Husk. HEX triplet: A9, 99 and 5A. RGB value is (169,153,90). Sum of RGB (Red+Green+Blue) = 169+153+90=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9995A is #5666A5. Grayscale: #969696. Windows color (decimal): -5662374 or 5937577. OLE color: 5937577.

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

Color convert

RGB 169 153 90 -
CMYK 0 0.09 0.47 0.34
HSL 47.85º 0.31% 0.51% -
HSV(B) 47.85º 0.47% 0.66% -
XYZ 29.6 31.96 14.28 -
YUV 150.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 169 153 90 0 0.09 0.47 0.34 47.85 0.31 0.51
Hex A9 99 5A 0 9 2F 22 30 1F 33
Octal 251 231 132 0 11 57 42 60 37 63
Binary 10101001 10011001 1011010 0 1001 101111 100010 110000 11111 110011

Color Harmonies of #A9995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9995A

Black with #A9995A

Text Example


Text Example

White with #A9995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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