Html Css Color HEX #A47F75 Hemp

📋 copy color: '#A47F75'

red 164 ◦ green 127 ◦ blue 117

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

Shades of Hemp #A47F75

Tints of Hemp #A47F75

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

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

R = 40.2%
G = 31.13%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47F75 (or 0xA47F75) is known color: Hemp. HEX triplet: A4, 7F and 75. RGB value is (164,127,117). Sum of RGB (Red+Green+Blue) = 164+127+117=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F75 is #5B808A. Grayscale: #898989. Windows color (decimal): -5996683 or 7700388. OLE color: 7700388.

HSL color Cylindrical-coordinate representation of color #A47F75: hue angle of 12.77º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47F75 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 117 -
CMYK 0 0.23 0.29 0.36
HSL 12.77º 0.21% 0.55% -
HSV(B) 12.77º 0.29% 0.64% -
XYZ 26.11 24.36 20.15 -
YUV 136.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 164 127 117 0 0.23 0.29 0.36 12.77 0.21 0.55
Hex A4 7F 75 0 17 1D 24 D 15 37
Octal 244 177 165 0 27 35 44 15 25 67
Binary 10100100 1111111 1110101 0 10111 11101 100100 1101 10101 110111

Color Harmonies of #A47F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F75

Black with #A47F75

Text Example


Text Example

White with #A47F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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