#A5846E

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

Shades of Sandal #A5846E

Tints of Sandal #A5846E

Color information

#A5846E (or 0xA5846E) is unknown color: approx Sandal. HEX triplet: A5, 84 and 6E. RGB value is (165,132,110). Sum of RGB (Red+Green+Blue) = 165+132+110=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5846E is #5A7B91. Grayscale: #8B8B8B. Windows color (decimal): -5929874 or 7242917. OLE color: 7242917.

HSL color Cylindrical-coordinate representation of color #A5846E: hue angle of 24º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5846E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165132110-
CMYK00.200.330.35
HSL24º23.4%53.92%-
HSV(B)24º33.33%64.71%-
XYZ26.5825.6318.3-
YUV139.36111.43146.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513211000.200.330.352423.453.92
HexA5846E0142123181736
Octal2452041560244143302766
Binary101001011000010011011100101001000011000111100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5846E; }

 p { color: rgb(165,132,110); }

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

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

 a { background-color: rgb(165,132,110); }

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

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

 span { border-color: rgb(165,132,110); }

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