Html Css Color HEX #A48079 Hemp

📋 copy color: '#A48079'

red 164 ◦ green 128 ◦ blue 121

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

Shades of Hemp #A48079

Tints of Hemp #A48079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 39.71%
G = 30.99%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A48079 (or 0xA48079) is known color: Hemp. HEX triplet: A4, 80 and 79. RGB value is (164,128,121). Sum of RGB (Red+Green+Blue) = 164+128+121=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48079 is #5B7F86. Grayscale: #8A8A8A. Windows color (decimal): -5996423 or 7962788. OLE color: 7962788.

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

Color convert

RGB 164 128 121 -
CMYK 0 0.22 0.26 0.36
HSL 9.77º 0.19% 0.56% -
HSV(B) 9.77º 0.26% 0.64% -
XYZ 26.48 24.71 21.46 -
YUV 137.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 164 128 121 0 0.22 0.26 0.36 9.77 0.19 0.56
Hex A4 80 79 0 16 1A 24 A 13 38
Octal 244 200 171 0 26 32 44 12 23 70
Binary 10100100 10000000 1111001 0 10110 11010 100100 1010 10011 111000

Color Harmonies of #A48079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48079

Black with #A48079

Text Example


Text Example

White with #A48079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48079; }

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

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

background-color css

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

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

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

border-color css

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

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

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