Html Css Color HEX #A27F76 Hemp

📋 copy color: '#A27F76'

red 162 ◦ green 127 ◦ blue 118

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

Shades of Hemp #A27F76

Tints of Hemp #A27F76

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 39.8%
G = 31.2%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A27F76 (or 0xA27F76) is known color: Hemp. HEX triplet: A2, 7F and 76. RGB value is (162,127,118). Sum of RGB (Red+Green+Blue) = 162+127+118=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F76 is #5D8089. Grayscale: #888888. Windows color (decimal): -6127754 or 7765922. OLE color: 7765922.

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

Color convert

RGB 162 127 118 -
CMYK 0 0.22 0.27 0.36
HSL 12.27º 0.19% 0.55% -
HSV(B) 12.27º 0.27% 0.64% -
XYZ 25.76 24.17 20.45 -
YUV 136.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 162 127 118 0 0.22 0.27 0.36 12.27 0.19 0.55
Hex A2 7F 76 0 16 1B 24 C 13 37
Octal 242 177 166 0 26 33 44 14 23 67
Binary 10100010 1111111 1110110 0 10110 11011 100100 1100 10011 110111

Color Harmonies of #A27F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F76

Black with #A27F76

Text Example


Text Example

White with #A27F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F76; }

 p { color: rgb(162,127,118); }

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

background-color css

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

 a { background-color: rgb(162,127,118); }

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

border-color css

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

 span { border-color: rgb(162,127,118); }

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