Html Css Color HEX #A47D70 Hemp

📋 copy color: '#A47D70'

red 164 ◦ green 125 ◦ blue 112

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

Shades of Hemp #A47D70

Tints of Hemp #A47D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 40.9%
G = 31.17%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47D70 (or 0xA47D70) is known color: Hemp. HEX triplet: A4, 7D and 70. RGB value is (164,125,112). Sum of RGB (Red+Green+Blue) = 164+125+112=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D70 is #5B828F. Grayscale: #878787. Windows color (decimal): -5997200 or 7372196. OLE color: 7372196.

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

Color convert

RGB 164 125 112 -
CMYK 0 0.24 0.32 0.36
HSL 15º 0.22% 0.54% -
HSV(B) 15º 0.32% 0.64% -
XYZ 25.57 23.73 18.56 -
YUV 135.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 164 125 112 0 0.24 0.32 0.36 15 0.22 0.54
Hex A4 7D 70 0 18 20 24 F 16 36
Octal 244 175 160 0 30 40 44 17 26 66
Binary 10100100 1111101 1110000 0 11000 100000 100100 1111 10110 110110

Color Harmonies of #A47D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D70

Black with #A47D70

Text Example


Text Example

White with #A47D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D70; }

 p { color: rgb(164,125,112); }

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

background-color css

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

 a { background-color: rgb(164,125,112); }

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

border-color css

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

 span { border-color: rgb(164,125,112); }

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