#A27B72

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

Shades of Hemp #A27B72

Tints of Hemp #A27B72

Color information

#A27B72 (or 0xA27B72) is unknown color: approx Hemp. HEX triplet: A2, 7B and 72. RGB value is (162,123,114). Sum of RGB (Red+Green+Blue) = 162+123+114=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B72 is #5D848D. Grayscale: #858585. Windows color (decimal): -6128782 or 7502754. OLE color: 7502754.

HSL color Cylindrical-coordinate representation of color #A27B72: hue angle of 11.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27B72 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162123114-
CMYK00.240.300.36
HSL11.25º20.51%54.12%-
HSV(B)11.25º29.63%63.53%-
XYZ25.0223.0619.05-
YUV133.64116.92148.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=40.60%
G=30.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212311400.240.300.3611.2520.5154.12
HexA27B720181E24b1536
Octal2421731620303644132566
Binary101000101111011111001001100011110100100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B72; }

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

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

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

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

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

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

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

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