#A38175

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

Shades of Hemp #A38175

Tints of Hemp #A38175

Color information

#A38175 (or 0xA38175) is unknown color: approx Hemp. HEX triplet: A3, 81 and 75. RGB value is (163,129,117). Sum of RGB (Red+Green+Blue) = 163+129+117=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38175 is #5C7E8A. Grayscale: #898989. Windows color (decimal): -6061707 or 7700899. OLE color: 7700899.

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

Color convert

RGB163129117-
CMYK00.210.280.36
HSL15.65º20%54.9%-
HSV(B)15.65º28.22%63.92%-
XYZ26.1724.7720.23-
YUV137.8116.26145.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=39.85%
G=31.54%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312911700.210.280.3615.652054.9
HexA381750151C24101437
Octal2432011650253444202467
Binary10100011100000011110101010101111001001001000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38175; }

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

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

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

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

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

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

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

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