Html Css Color HEX #A9995C Husk

📋 copy color: '#A9995C'

red 169 ◦ green 153 ◦ blue 92

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

Shades of Husk #A9995C

Tints of Husk #A9995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 40.82%
G = 36.96%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9995C (or 0xA9995C) is known color: Husk. HEX triplet: A9, 99 and 5C. RGB value is (169,153,92). Sum of RGB (Red+Green+Blue) = 169+153+92=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9995C is #5666A3. Grayscale: #979797. Windows color (decimal): -5662372 or 6068649. OLE color: 6068649.

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

Color convert

RGB 169 153 92 -
CMYK 0 0.09 0.46 0.34
HSL 47.53º 0.31% 0.51% -
HSV(B) 47.53º 0.46% 0.66% -
XYZ 29.69 31.99 14.74 -
YUV 150.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 169 153 92 0 0.09 0.46 0.34 47.53 0.31 0.51
Hex A9 99 5C 0 9 2E 22 30 1F 33
Octal 251 231 134 0 11 56 42 60 37 63
Binary 10101001 10011001 1011100 0 1001 101110 100010 110000 11111 110011

Color Harmonies of #A9995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9995C

Black with #A9995C

Text Example


Text Example

White with #A9995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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