#A4876A

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

Shades of Sandal #A4876A

Tints of Sandal #A4876A

Color information

#A4876A (or 0xA4876A) is unknown color: approx Sandal. HEX triplet: A4, 87 and 6A. RGB value is (164,135,106). Sum of RGB (Red+Green+Blue) = 164+135+106=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4876A is #5B7895. Grayscale: #8C8C8C. Windows color (decimal): -5994646 or 6981540. OLE color: 6981540.

HSL color Cylindrical-coordinate representation of color #A4876A: hue angle of 30º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4876A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164135106-
CMYK00.180.350.36
HSL30º24.17%52.94%-
HSV(B)30º35.37%64.31%-
XYZ26.5826.2617.3-
YUV140.36108.61144.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=40.49%
G=33.33%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413510600.180.350.363024.1752.94
HexA4876A01223241e1835
Octal2442071520224344363065
Binary101001001000011111010100100101000111001001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4876A; }

 p { color: rgb(164,135,106); }

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

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

 a { background-color: rgb(164,135,106); }

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

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

 span { border-color: rgb(164,135,106); }

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