Html Css Color HEX #A48170 Hemp

📋 copy color: '#A48170'

red 164 ◦ green 129 ◦ blue 112

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

Shades of Hemp #A48170

Tints of Hemp #A48170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

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

R = 40.49%
G = 31.85%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48170 (or 0xA48170) is known color: Hemp. HEX triplet: A4, 81 and 70. RGB value is (164,129,112). Sum of RGB (Red+Green+Blue) = 164+129+112=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A48170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48170 is #5B7E8F. Grayscale: #898989. Windows color (decimal): -5996176 or 7373220. OLE color: 7373220.

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

Color convert

RGB 164 129 112 -
CMYK 0 0.21 0.32 0.36
HSL 19.62º 0.22% 0.54% -
HSV(B) 19.62º 0.32% 0.64% -
XYZ 26.08 24.76 18.73 -
YUV 137.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 164 129 112 0 0.21 0.32 0.36 19.62 0.22 0.54
Hex A4 81 70 0 15 20 24 14 16 36
Octal 244 201 160 0 25 40 44 24 26 66
Binary 10100100 10000001 1110000 0 10101 100000 100100 10100 10110 110110

Color Harmonies of #A48170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48170

Black with #A48170

Text Example


Text Example

White with #A48170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48170; }

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

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

background-color css

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

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

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

border-color css

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

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

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