#A4886D

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

Shades of Sandal #A4886D

Tints of Sandal #A4886D

Color information

#A4886D (or 0xA4886D) is unknown color: approx Sandal. HEX triplet: A4, 88 and 6D. RGB value is (164,136,109). Sum of RGB (Red+Green+Blue) = 164+136+109=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4886D is #5B7792. Grayscale: #8D8D8D. Windows color (decimal): -5994387 or 7178404. OLE color: 7178404.

HSL color Cylindrical-coordinate representation of color #A4886D: hue angle of 29.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4886D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164136109-
CMYK00.170.340.36
HSL29.45º23.21%53.53%-
HSV(B)29.45º33.54%64.31%-
XYZ26.8726.618.19-
YUV141.29109.78144.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=40.10%
G=33.25%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413610900.170.340.3629.4523.2153.53
HexA4886D01122241d1736
Octal2442101550214244352766
Binary101001001000100011011010100011000101001001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4886D; }

 p { color: rgb(164,136,109); }

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

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

 a { background-color: rgb(164,136,109); }

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

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

 span { border-color: rgb(164,136,109); }

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