Html Css Color HEX #A8995C Husk

📋 copy color: '#A8995C'

red 168 ◦ green 153 ◦ blue 92

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

Shades of Husk #A8995C

Tints of Husk #A8995C

RGB

 RED value IS 168 (66.02% from 255) = 40.68%

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

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

R = 40.68%
G = 37.05%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8995C (or 0xA8995C) is known color: Husk. HEX triplet: A8, 99 and 5C. RGB value is (168,153,92). Sum of RGB (Red+Green+Blue) = 168+153+92=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8995C is #5766A3. Grayscale: #969696. Windows color (decimal): -5727908 or 6068648. OLE color: 6068648.

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

Color convert

RGB 168 153 92 -
CMYK 0 0.09 0.45 0.34
HSL 48.16º 0.3% 0.51% -
HSV(B) 48.16º 0.45% 0.66% -
XYZ 29.47 31.88 14.73 -
YUV 150.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 168 153 92 0 0.09 0.45 0.34 48.16 0.3 0.51
Hex A8 99 5C 0 9 2D 22 30 1E 33
Octal 250 231 134 0 11 55 42 60 36 63
Binary 10101000 10011001 1011100 0 1001 101101 100010 110000 11110 110011

Color Harmonies of #A8995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8995C

Black with #A8995C

Text Example


Text Example

White with #A8995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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