#A5846B

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

Shades of Sandal #A5846B

Tints of Sandal #A5846B

Color information

#A5846B (or 0xA5846B) is unknown color: approx Sandal. HEX triplet: A5, 84 and 6B. RGB value is (165,132,107). Sum of RGB (Red+Green+Blue) = 165+132+107=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5846B is #5A7B94. Grayscale: #8B8B8B. Windows color (decimal): -5929877 or 7046309. OLE color: 7046309.

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

Color convert

RGB165132107-
CMYK00.200.350.35
HSL25.86º24.37%53.33%-
HSV(B)25.86º35.15%64.71%-
XYZ26.4225.5617.45-
YUV139.02109.93146.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=40.84%
G=32.67%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513210700.200.350.3525.8624.3753.33
HexA5846B01423231a1835
Octal2452041530244343323065
Binary101001011000010011010110101001000111000111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5846B; }

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

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

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

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

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

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

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

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