Html Css Color HEX #A48077 Hemp

📋 copy color: '#A48077'

red 164 ◦ green 128 ◦ blue 119

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

Shades of Hemp #A48077

Tints of Hemp #A48077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 39.9%
G = 31.14%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48077 (or 0xA48077) is known color: Hemp. HEX triplet: A4, 80 and 77. RGB value is (164,128,119). Sum of RGB (Red+Green+Blue) = 164+128+119=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48077 is #5B7F88. Grayscale: #898989. Windows color (decimal): -5996425 or 7831716. OLE color: 7831716.

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

Color convert

RGB 164 128 119 -
CMYK 0 0.22 0.27 0.36
HSL 12º 0.2% 0.55% -
HSV(B) 12º 0.27% 0.64% -
XYZ 26.36 24.66 20.82 -
YUV 137.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 164 128 119 0 0.22 0.27 0.36 12 0.2 0.55
Hex A4 80 77 0 16 1B 24 C 14 37
Octal 244 200 167 0 26 33 44 14 24 67
Binary 10100100 10000000 1110111 0 10110 11011 100100 1100 10100 110111

Color Harmonies of #A48077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48077

Black with #A48077

Text Example


Text Example

White with #A48077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48077; }

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

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

background-color css

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

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

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

border-color css

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

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

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