Html Css Color HEX #A48070 Hemp

📋 copy color: '#A48070'

red 164 ◦ green 128 ◦ blue 112

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

Shades of Hemp #A48070

Tints of Hemp #A48070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

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

R = 40.59%
G = 31.68%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48070 (or 0xA48070) is known color: Hemp. HEX triplet: A4, 80 and 70. RGB value is (164,128,112). Sum of RGB (Red+Green+Blue) = 164+128+112=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A48070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48070 is #5B7F8F. Grayscale: #898989. Windows color (decimal): -5996432 or 7372964. OLE color: 7372964.

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

Color convert

RGB 164 128 112 -
CMYK 0 0.22 0.32 0.36
HSL 18.46º 0.22% 0.54% -
HSV(B) 18.46º 0.32% 0.64% -
XYZ 25.95 24.5 18.69 -
YUV 136.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 164 128 112 0 0.22 0.32 0.36 18.46 0.22 0.54
Hex A4 80 70 0 16 20 24 12 16 36
Octal 244 200 160 0 26 40 44 22 26 66
Binary 10100100 10000000 1110000 0 10110 100000 100100 10010 10110 110110

Color Harmonies of #A48070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48070

Black with #A48070

Text Example


Text Example

White with #A48070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48070; }

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

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

background-color css

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

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

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

border-color css

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

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

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