Html Css Color HEX #A37D75 Hemp

📋 copy color: '#A37D75'

red 163 ◦ green 125 ◦ blue 117

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

Shades of Hemp #A37D75

Tints of Hemp #A37D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

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

R = 40.25%
G = 30.86%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37D75 (or 0xA37D75) is known color: Hemp. HEX triplet: A3, 7D and 75. RGB value is (163,125,117). Sum of RGB (Red+Green+Blue) = 163+125+117=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D75 is #5C828A. Grayscale: #878787. Windows color (decimal): -6062731 or 7699875. OLE color: 7699875.

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

Color convert

RGB 163 125 117 -
CMYK 0 0.23 0.28 0.36
HSL 10.43º 0.2% 0.55% -
HSV(B) 10.43º 0.28% 0.64% -
XYZ 25.65 23.74 20.06 -
YUV 135.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 163 125 117 0 0.23 0.28 0.36 10.43 0.2 0.55
Hex A3 7D 75 0 17 1C 24 A 14 37
Octal 243 175 165 0 27 34 44 12 24 67
Binary 10100011 1111101 1110101 0 10111 11100 100100 1010 10100 110111

Color Harmonies of #A37D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D75

Black with #A37D75

Text Example


Text Example

White with #A37D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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