#A67B72

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

Shades of Hemp #A67B72

Tints of Hemp #A67B72

Color information

#A67B72 (or 0xA67B72) is unknown color: approx Hemp. HEX triplet: A6, 7B and 72. RGB value is (166,123,114). Sum of RGB (Red+Green+Blue) = 166+123+114=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B72 is #59848D. Grayscale: #868686. Windows color (decimal): -5866638 or 7502758. OLE color: 7502758.

HSL color Cylindrical-coordinate representation of color #A67B72: hue angle of 10.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67B72 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166123114-
CMYK00.260.310.35
HSL10.38º22.61%54.9%-
HSV(B)10.38º31.33%65.1%-
XYZ25.8523.4919.09-
YUV134.83116.25150.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=41.19%
G=30.52%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612311400.260.310.3510.3822.6154.9
HexA67B7201A1F23a1737
Octal2461731620323743122767
Binary101001101111011111001001101011111100011101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B72; }

 p { color: rgb(166,123,114); }

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

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

 a { background-color: rgb(166,123,114); }

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

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

 span { border-color: rgb(166,123,114); }

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