#A2827B

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

Shades of Hemp #A2827B

Tints of Hemp #A2827B

Color information

#A2827B (or 0xA2827B) is unknown color: approx Hemp. HEX triplet: A2, 82 and 7B. RGB value is (162,130,123). Sum of RGB (Red+Green+Blue) = 162+130+123=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2827B is #5D7D84. Grayscale: #8A8A8A. Windows color (decimal): -6126981 or 8094370. OLE color: 8094370.

HSL color Cylindrical-coordinate representation of color #A2827B: hue angle of 10.77º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2827B is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB162130123-
CMYK00.200.240.36
HSL10.77º17.33%55.88%-
HSV(B)10.77º24.07%63.53%-
XYZ26.4625.0822.18-
YUV138.77119.1144.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=39.04%
G=31.33%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213012300.200.240.3610.7717.3355.88
HexA2827B0141824b1138
Octal2422021730243044132170
Binary1010001010000010111101101010011000100100101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2827B; }

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

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

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

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

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

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

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

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