Html Css Color HEX #A48178 Hemp

📋 copy color: '#A48178'

red 164 ◦ green 129 ◦ blue 120

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

Shades of Hemp #A48178

Tints of Hemp #A48178

RGB

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

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

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

R = 39.71%
G = 31.23%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48178 (or 0xA48178) is known color: Hemp. HEX triplet: A4, 81 and 78. RGB value is (164,129,120). Sum of RGB (Red+Green+Blue) = 164+129+120=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48178 is #5B7E87. Grayscale: #8A8A8A. Windows color (decimal): -5996168 or 7897508. OLE color: 7897508.

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

Color convert

RGB 164 129 120 -
CMYK 0 0.21 0.27 0.36
HSL 12.27º 0.19% 0.56% -
HSV(B) 12.27º 0.27% 0.64% -
XYZ 26.55 24.95 21.19 -
YUV 138.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 164 129 120 0 0.21 0.27 0.36 12.27 0.19 0.56
Hex A4 81 78 0 15 1B 24 C 13 38
Octal 244 201 170 0 25 33 44 14 23 70
Binary 10100100 10000001 1111000 0 10101 11011 100100 1100 10011 111000

Color Harmonies of #A48178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48178

Black with #A48178

Text Example


Text Example

White with #A48178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48178; }

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

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

background-color css

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

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

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

border-color css

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

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

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