#A9875F

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

Shades of Sandal #A9875F

Tints of Sandal #A9875F

Color information

#A9875F (or 0xA9875F) is unknown color: approx Sandal. HEX triplet: A9, 87 and 5F. RGB value is (169,135,95). Sum of RGB (Red+Green+Blue) = 169+135+95=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9875F is #5678A0. Grayscale: #8C8C8C. Windows color (decimal): -5666977 or 6260649. OLE color: 6260649.

HSL color Cylindrical-coordinate representation of color #A9875F: hue angle of 32.43º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9875F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16913595-
CMYK00.200.440.34
HSL32.43º30.08%51.76%-
HSV(B)32.43º43.79%66.27%-
XYZ27.0926.5914.53-
YUV140.61102.26148.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=42.36%
G=33.83%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691359500.200.440.3432.4330.0851.76
HexA9875F0142C22201e34
Octal2512071370245442403664
Binary1010100110000111101111101010010110010001010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9875F; }

 p { color: rgb(169,135,95); }

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

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

 a { background-color: rgb(169,135,95); }

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

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

 span { border-color: rgb(169,135,95); }

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