Html Css Color HEX #A7995B Husk

📋 copy color: '#A7995B'

red 167 ◦ green 153 ◦ blue 91

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

Shades of Husk #A7995B

Tints of Husk #A7995B

RGB

 RED value IS 167 (65.63% from 255) = 40.63%

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

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

R = 40.63%
G = 37.23%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7995B (or 0xA7995B) is known color: Husk. HEX triplet: A7, 99 and 5B. RGB value is (167,153,91). Sum of RGB (Red+Green+Blue) = 167+153+91=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7995B is #5866A4. Grayscale: #969696. Windows color (decimal): -5793445 or 6003111. OLE color: 6003111.

HSL color Cylindrical-coordinate representation of color #A7995B: hue angle of 48.95º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7995B is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 153 91 -
CMYK 0 0.08 0.46 0.35
HSL 48.95º 0.3% 0.51% -
HSV(B) 48.95º 0.46% 0.65% -
XYZ 29.22 31.75 14.49 -
YUV 150.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 167 153 91 0 0.08 0.46 0.35 48.95 0.3 0.51
Hex A7 99 5B 0 8 2E 23 31 1E 33
Octal 247 231 133 0 10 56 43 61 36 63
Binary 10100111 10011001 1011011 0 1000 101110 100011 110001 11110 110011

Color Harmonies of #A7995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7995B

Black with #A7995B

Text Example


Text Example

White with #A7995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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