Html Css Color HEX #A27C70 Hemp

📋 copy color: '#A27C70'

red 162 ◦ green 124 ◦ blue 112

#A27C70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #A27C70

Tints of Hemp #A27C70

RGB

 RED value IS 162 (63.67% from 255) = 40.7%

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 40.7%
G = 31.16%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A27C70 (or 0xA27C70) is known color: Hemp. HEX triplet: A2, 7C and 70. RGB value is (162,124,112). Sum of RGB (Red+Green+Blue) = 162+124+112=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C70 is #5D838F. Grayscale: #868686. Windows color (decimal): -6128528 or 7371938. OLE color: 7371938.

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

Color convert

RGB 162 124 112 -
CMYK 0 0.23 0.31 0.36
HSL 14.4º 0.21% 0.54% -
HSV(B) 14.4º 0.31% 0.64% -
XYZ 25.03 23.27 18.5 -
YUV 133.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 162 124 112 0 0.23 0.31 0.36 14.4 0.21 0.54
Hex A2 7C 70 0 17 1F 24 E 15 36
Octal 242 174 160 0 27 37 44 16 25 66
Binary 10100010 1111100 1110000 0 10111 11111 100100 1110 10101 110110

Color Harmonies of #A27C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C70

Black with #A27C70

Text Example


Text Example

White with #A27C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C70; }

 p { color: rgb(162,124,112); }

 H1.HeaderClassName
 {
   color: #A27C70;
 }
 .AnyTagClassName
 {
   color: #A27C70;
 }
</style>

background-color css

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

 a { background-color: rgb(162,124,112); }

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

border-color css

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

 span { border-color: rgb(162,124,112); }

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