Html Css Color HEX #A8995B Husk

📋 copy color: '#A8995B'

red 168 ◦ green 153 ◦ blue 91

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

Shades of Husk #A8995B

Tints of Husk #A8995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 40.78%
G = 37.14%
B = 22.09%

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

#A8995B (or 0xA8995B) is known color: Husk. HEX triplet: A8, 99 and 5B. RGB value is (168,153,91). Sum of RGB (Red+Green+Blue) = 168+153+91=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8995B is #5766A4. Grayscale: #969696. Windows color (decimal): -5727909 or 6003112. OLE color: 6003112.

HSL color Cylindrical-coordinate representation of color #A8995B: hue angle of 48.31º 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 #A8995B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 91 -
CMYK 0 0.09 0.46 0.34
HSL 48.31º 0.31% 0.51% -
HSV(B) 48.31º 0.46% 0.66% -
XYZ 29.43 31.86 14.5 -
YUV 150.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 168 153 91 0 0.09 0.46 0.34 48.31 0.31 0.51
Hex A8 99 5B 0 9 2E 22 30 1F 33
Octal 250 231 133 0 11 56 42 60 37 63
Binary 10101000 10011001 1011011 0 1001 101110 100010 110000 11111 110011

Color Harmonies of #A8995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8995B

Black with #A8995B

Text Example


Text Example

White with #A8995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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