Html Css Color HEX #A37F75 Hemp

📋 copy color: '#A37F75'

red 163 ◦ green 127 ◦ blue 117

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

Shades of Hemp #A37F75

Tints of Hemp #A37F75

RGB

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

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

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

R = 40.05%
G = 31.2%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A37F75 (or 0xA37F75) is known color: Hemp. HEX triplet: A3, 7F and 75. RGB value is (163,127,117). Sum of RGB (Red+Green+Blue) = 163+127+117=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F75 is #5C808A. Grayscale: #888888. Windows color (decimal): -6062219 or 7700387. OLE color: 7700387.

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

Color convert

RGB 163 127 117 -
CMYK 0 0.22 0.28 0.36
HSL 13.04º 0.2% 0.55% -
HSV(B) 13.04º 0.28% 0.64% -
XYZ 25.9 24.25 20.14 -
YUV 136.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 163 127 117 0 0.22 0.28 0.36 13.04 0.2 0.55
Hex A3 7F 75 0 16 1C 24 D 14 37
Octal 243 177 165 0 26 34 44 15 24 67
Binary 10100011 1111111 1110101 0 10110 11100 100100 1101 10100 110111

Color Harmonies of #A37F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F75

Black with #A37F75

Text Example


Text Example

White with #A37F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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