#A7975C

Color #A7975C Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A7975C

Tints of Husk #A7975C

Color information

#A7975C (or 0xA7975C) is unknown color: approx Husk. HEX triplet: A7, 97 and 5C. RGB value is (167,151,92). Sum of RGB (Red+Green+Blue) = 167+151+92=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A7975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7975C is #5868A3. Grayscale: #959595. Windows color (decimal): -5793956 or 6068135. OLE color: 6068135.

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

Color convert

RGB16715192-
CMYK00.100.450.35
HSL47.2º29.88%50.78%-
HSV(B)47.2º44.91%65.49%-
XYZ28.9331.1214.61-
YUV149.0695.8140.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=40.73%
G=36.83%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671519200.100.450.3547.229.8850.78
HexA7975C0A2D232f1e33
Octal2472271340125543573663
Binary101001111001011110111000101010110110001110111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7975C; }

 p { color: rgb(167,151,92); }

 H1.HeaderClassName
 {
   color: #A7975C;
 }
 .AnyTagClassName
 {
   color: #A7975C;
 }
</style>
background-color css

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

 a { background-color: rgb(167,151,92); }

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

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

 span { border-color: rgb(167,151,92); }

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