#A5846D

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

Shades of Sandal #A5846D

Tints of Sandal #A5846D

Color information

#A5846D (or 0xA5846D) is unknown color: approx Sandal. HEX triplet: A5, 84 and 6D. RGB value is (165,132,109). Sum of RGB (Red+Green+Blue) = 165+132+109=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5846D is #5A7B92. Grayscale: #8B8B8B. Windows color (decimal): -5929875 or 7177381. OLE color: 7177381.

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

Color convert

RGB165132109-
CMYK00.200.340.35
HSL24.64º23.73%53.73%-
HSV(B)24.64º33.94%64.71%-
XYZ26.5325.6118.01-
YUV139.24110.93146.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=40.64%
G=32.51%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513210900.200.340.3524.6423.7353.73
HexA5846D0142223191836
Octal2452041550244243313066
Binary101001011000010011011010101001000101000111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5846D; }

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

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

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

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

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

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

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

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