#A88174

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

Shades of Hemp #A88174

Tints of Hemp #A88174

Color information

#A88174 (or 0xA88174) is unknown color: approx Hemp. HEX triplet: A8, 81 and 74. RGB value is (168,129,116). Sum of RGB (Red+Green+Blue) = 168+129+116=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88174 is #577E8B. Grayscale: #8B8B8B. Windows color (decimal): -5734028 or 7635368. OLE color: 7635368.

HSL color Cylindrical-coordinate representation of color #A88174: hue angle of 15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88174 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB168129116-
CMYK00.230.310.34
HSL15º23.01%55.69%-
HSV(B)15º30.95%65.88%-
XYZ27.1525.2919.97-
YUV139.18114.92148.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=40.68%
G=31.23%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812911600.230.310.341523.0155.69
HexA881740171F22f1738
Octal2502011640273742172770
Binary1010100010000001111010001011111111100010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88174; }

 p { color: rgb(168,129,116); }

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

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

 a { background-color: rgb(168,129,116); }

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

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

 span { border-color: rgb(168,129,116); }

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