Html Css Color HEX #A27C76 Hemp

📋 copy color: '#A27C76'

red 162 ◦ green 124 ◦ blue 118

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

Shades of Hemp #A27C76

Tints of Hemp #A27C76

RGB

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

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

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

R = 40.1%
G = 30.69%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A27C76 (or 0xA27C76) is known color: Hemp. HEX triplet: A2, 7C and 76. RGB value is (162,124,118). Sum of RGB (Red+Green+Blue) = 162+124+118=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C76 is #5D8389. Grayscale: #868686. Windows color (decimal): -6128522 or 7765154. OLE color: 7765154.

HSL color Cylindrical-coordinate representation of color #A27C76: hue angle of 8.18º 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 #A27C76 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 118 -
CMYK 0 0.23 0.27 0.36
HSL 8.18º 0.19% 0.55% -
HSV(B) 8.18º 0.27% 0.64% -
XYZ 25.38 23.4 20.32 -
YUV 134.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 162 124 118 0 0.23 0.27 0.36 8.18 0.19 0.55
Hex A2 7C 76 0 17 1B 24 8 13 37
Octal 242 174 166 0 27 33 44 10 23 67
Binary 10100010 1111100 1110110 0 10111 11011 100100 1000 10011 110111

Color Harmonies of #A27C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C76

Black with #A27C76

Text Example


Text Example

White with #A27C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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