#a48175

Color #A48175 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A48175

Tints of Hemp #A48175

Color information

#A48175 (or 0xA48175) is unknown color: approx Hemp. HEX triplet: A4, 81 and 75. RGB value is (164,129,117). Sum of RGB (Red+Green+Blue) = 164+129+117=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48175 is #5B7E8A. Grayscale: #8A8A8A. Windows color (decimal): -5996171 or 7700900. OLE color: 7700900.

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

Color convert

RGB164129117-
CMYK00.210.290.36
HSL15.32º20.52%55.1%-
HSV(B)15.32º28.66%64.31%-
XYZ26.3724.8820.24-
YUV138.1116.1146.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=40%
G=31.46%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412911700.210.290.3615.3220.5255.1
HexA481750151D24f1537
Octal2442011650253544172567
Binary1010010010000001111010101010111101100100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48175; }

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

 H1.HeaderClassName
 {
   color: #a48175;
 }
 .AnyTagClassName
 {
   color: #a48175;
 }
</style>
background-color css

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

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

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

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

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

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