Html Css Color HEX #A8995E Husk

📋 copy color: '#A8995E'

red 168 ◦ green 153 ◦ blue 94

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

Shades of Husk #A8995E

Tints of Husk #A8995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.65%

R = 40.48%
G = 36.87%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8995E (or 0xA8995E) is known color: Husk. HEX triplet: A8, 99 and 5E. RGB value is (168,153,94). Sum of RGB (Red+Green+Blue) = 168+153+94=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8995E is #5766A1. Grayscale: #979797. Windows color (decimal): -5727906 or 6199720. OLE color: 6199720.

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

Color convert

RGB 168 153 94 -
CMYK 0 0.09 0.44 0.34
HSL 47.84º 0.3% 0.51% -
HSV(B) 47.84º 0.44% 0.66% -
XYZ 29.56 31.92 15.19 -
YUV 150.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 168 153 94 0 0.09 0.44 0.34 47.84 0.3 0.51
Hex A8 99 5E 0 9 2C 22 30 1E 33
Octal 250 231 136 0 11 54 42 60 36 63
Binary 10101000 10011001 1011110 0 1001 101100 100010 110000 11110 110011

Color Harmonies of #A8995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8995E

Black with #A8995E

Text Example


Text Example

White with #A8995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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