Html Css Color HEX #A48179 Hemp

📋 copy color: '#A48179'

red 164 ◦ green 129 ◦ blue 121

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

Shades of Hemp #A48179

Tints of Hemp #A48179

RGB

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

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

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

R = 39.61%
G = 31.16%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A48179 (or 0xA48179) is known color: Hemp. HEX triplet: A4, 81 and 79. RGB value is (164,129,121). Sum of RGB (Red+Green+Blue) = 164+129+121=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48179 is #5B7E86. Grayscale: #8A8A8A. Windows color (decimal): -5996167 or 7963044. OLE color: 7963044.

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

Color convert

RGB 164 129 121 -
CMYK 0 0.21 0.26 0.36
HSL 11.16º 0.19% 0.56% -
HSV(B) 11.16º 0.26% 0.64% -
XYZ 26.61 24.97 21.51 -
YUV 138.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 164 129 121 0 0.21 0.26 0.36 11.16 0.19 0.56
Hex A4 81 79 0 15 1A 24 B 13 38
Octal 244 201 171 0 25 32 44 13 23 70
Binary 10100100 10000001 1111001 0 10101 11010 100100 1011 10011 111000

Color Harmonies of #A48179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48179

Black with #A48179

Text Example


Text Example

White with #A48179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48179; }

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

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

background-color css

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

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

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

border-color css

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

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

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