#A5846F

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

Shades of Sandal #A5846F

Tints of Sandal #A5846F

Color information

#A5846F (or 0xA5846F) is unknown color: approx Sandal. HEX triplet: A5, 84 and 6F. RGB value is (165,132,111). Sum of RGB (Red+Green+Blue) = 165+132+111=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5846F is #5A7B90. Grayscale: #8B8B8B. Windows color (decimal): -5929873 or 7308453. OLE color: 7308453.

HSL color Cylindrical-coordinate representation of color #A5846F: hue angle of 23.33º 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 #A5846F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165132111-
CMYK00.200.330.35
HSL23.33º23.08%54.12%-
HSV(B)23.33º32.73%64.71%-
XYZ26.6425.6518.59-
YUV139.47111.93146.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=40.44%
G=32.35%
B=27.21%

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
Decimal16513211100.200.330.3523.3323.0854.12
HexA5846F0142123171736
Octal2452041570244143272766
Binary101001011000010011011110101001000011000111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5846F; }

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

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

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

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

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

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

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

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