Html Css Color HEX #A48078 Hemp

📋 copy color: '#A48078'

red 164 ◦ green 128 ◦ blue 120

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

Shades of Hemp #A48078

Tints of Hemp #A48078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 39.81%
G = 31.07%
B = 29.13%

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

#A48078 (or 0xA48078) is known color: Hemp. HEX triplet: A4, 80 and 78. RGB value is (164,128,120). Sum of RGB (Red+Green+Blue) = 164+128+120=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48078 is #5B7F87. Grayscale: #898989. Windows color (decimal): -5996424 or 7897252. OLE color: 7897252.

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

Color convert

RGB 164 128 120 -
CMYK 0 0.22 0.27 0.36
HSL 10.91º 0.19% 0.56% -
HSV(B) 10.91º 0.27% 0.64% -
XYZ 26.42 24.69 21.14 -
YUV 137.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 164 128 120 0 0.22 0.27 0.36 10.91 0.19 0.56
Hex A4 80 78 0 16 1B 24 B 13 38
Octal 244 200 170 0 26 33 44 13 23 70
Binary 10100100 10000000 1111000 0 10110 11011 100100 1011 10011 111000

Color Harmonies of #A48078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48078

Black with #A48078

Text Example


Text Example

White with #A48078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48078; }

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

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

background-color css

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

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

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

border-color css

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

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

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