#A27D74

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

Shades of Hemp #A27D74

Tints of Hemp #A27D74

Color information

#A27D74 (or 0xA27D74) is unknown color: approx Hemp. HEX triplet: A2, 7D and 74. RGB value is (162,125,116). Sum of RGB (Red+Green+Blue) = 162+125+116=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D74 is #5D828B. Grayscale: #878787. Windows color (decimal): -6128268 or 7634338. OLE color: 7634338.

HSL color Cylindrical-coordinate representation of color #A27D74: hue angle of 11.74º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27D74 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162125116-
CMYK00.230.280.36
HSL11.74º19.83%54.51%-
HSV(B)11.74º28.4%63.53%-
XYZ25.3923.6119.74-
YUV135.04117.26147.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=40.20%
G=31.02%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212511600.230.280.3611.7419.8354.51
HexA27D740171C24c1437
Octal2421751640273444142467
Binary101000101111101111010001011111100100100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D74; }

 p { color: rgb(162,125,116); }

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

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

 a { background-color: rgb(162,125,116); }

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

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

 span { border-color: rgb(162,125,116); }

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