Html Css Color HEX #A37C76 Hemp

📋 copy color: '#A37C76'

red 163 ◦ green 124 ◦ blue 118

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

Shades of Hemp #A37C76

Tints of Hemp #A37C76

RGB

 RED value IS 163 (64.06% from 255) = 40.25%

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

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

R = 40.25%
G = 30.62%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37C76 (or 0xA37C76) is known color: Hemp. HEX triplet: A3, 7C and 76. RGB value is (163,124,118). Sum of RGB (Red+Green+Blue) = 163+124+118=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C76 is #5C8389. Grayscale: #878787. Windows color (decimal): -6062986 or 7765155. OLE color: 7765155.

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

Color convert

RGB 163 124 118 -
CMYK 0 0.24 0.28 0.36
HSL 0.2% 0.55% -
HSV(B) 0.28% 0.64% -
XYZ 25.58 23.51 20.33 -
YUV 134.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 163 124 118 0 0.24 0.28 0.36 8 0.2 0.55
Hex A3 7C 76 0 18 1C 24 8 14 37
Octal 243 174 166 0 30 34 44 10 24 67
Binary 10100011 1111100 1110110 0 11000 11100 100100 1000 10100 110111

Color Harmonies of #A37C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C76

Black with #A37C76

Text Example


Text Example

White with #A37C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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