Html Css Color HEX #A37C75 Hemp

📋 copy color: '#A37C75'

red 163 ◦ green 124 ◦ blue 117

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

Shades of Hemp #A37C75

Tints of Hemp #A37C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 40.35%
G = 30.69%
B = 28.96%

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

#A37C75 (or 0xA37C75) is known color: Hemp. HEX triplet: A3, 7C and 75. RGB value is (163,124,117). Sum of RGB (Red+Green+Blue) = 163+124+117=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C75 is #5C838A. Grayscale: #868686. Windows color (decimal): -6062987 or 7699619. OLE color: 7699619.

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

Color convert

RGB 163 124 117 -
CMYK 0 0.24 0.28 0.36
HSL 9.13º 0.2% 0.55% -
HSV(B) 9.13º 0.28% 0.64% -
XYZ 25.52 23.49 20.02 -
YUV 134.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 163 124 117 0 0.24 0.28 0.36 9.13 0.2 0.55
Hex A3 7C 75 0 18 1C 24 9 14 37
Octal 243 174 165 0 30 34 44 11 24 67
Binary 10100011 1111100 1110101 0 11000 11100 100100 1001 10100 110111

Color Harmonies of #A37C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C75

Black with #A37C75

Text Example


Text Example

White with #A37C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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