Html Css Color HEX #A37F72 Hemp

📋 copy color: '#A37F72'

red 163 ◦ green 127 ◦ blue 114

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

Shades of Hemp #A37F72

Tints of Hemp #A37F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 40.35%
G = 31.44%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A37F72 (or 0xA37F72) is known color: Hemp. HEX triplet: A3, 7F and 72. RGB value is (163,127,114). Sum of RGB (Red+Green+Blue) = 163+127+114=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F72 is #5C808D. Grayscale: #888888. Windows color (decimal): -6062222 or 7503779. OLE color: 7503779.

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

Color convert

RGB 163 127 114 -
CMYK 0 0.22 0.30 0.36
HSL 15.92º 0.21% 0.54% -
HSV(B) 15.92º 0.3% 0.64% -
XYZ 25.73 24.18 19.23 -
YUV 136.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 163 127 114 0 0.22 0.30 0.36 15.92 0.21 0.54
Hex A3 7F 72 0 16 1E 24 10 15 36
Octal 243 177 162 0 26 36 44 20 25 66
Binary 10100011 1111111 1110010 0 10110 11110 100100 10000 10101 110110

Color Harmonies of #A37F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F72

Black with #A37F72

Text Example


Text Example

White with #A37F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F72; }

 p { color: rgb(163,127,114); }

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

background-color css

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

 a { background-color: rgb(163,127,114); }

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

border-color css

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

 span { border-color: rgb(163,127,114); }

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