Html Css Color HEX #A47B70 Hemp

📋 copy color: '#A47B70'

red 164 ◦ green 123 ◦ blue 112

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

Shades of Hemp #A47B70

Tints of Hemp #A47B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

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

R = 41.1%
G = 30.83%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47B70 (or 0xA47B70) is known color: Hemp. HEX triplet: A4, 7B and 70. RGB value is (164,123,112). Sum of RGB (Red+Green+Blue) = 164+123+112=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B70 is #5B848F. Grayscale: #868686. Windows color (decimal): -5997712 or 7371684. OLE color: 7371684.

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

Color convert

RGB 164 123 112 -
CMYK 0 0.25 0.32 0.36
HSL 12.69º 0.22% 0.54% -
HSV(B) 12.69º 0.32% 0.64% -
XYZ 25.32 23.23 18.48 -
YUV 134.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 164 123 112 0 0.25 0.32 0.36 12.69 0.22 0.54
Hex A4 7B 70 0 19 20 24 D 16 36
Octal 244 173 160 0 31 40 44 15 26 66
Binary 10100100 1111011 1110000 0 11001 100000 100100 1101 10110 110110

Color Harmonies of #A47B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B70

Black with #A47B70

Text Example


Text Example

White with #A47B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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