Html Css Color HEX #A58860 Sandal

📋 copy color: '#A58860'

red 165 ◦ green 136 ◦ blue 96

#A58860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandal #A58860

Tints of Sandal #A58860

RGB

 RED value IS 165 (64.84% from 255) = 41.56%

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 41.56%
G = 34.26%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A58860 (or 0xA58860) is known color: Sandal. HEX triplet: A5, 88 and 60. RGB value is (165,136,96). Sum of RGB (Red+Green+Blue) = 165+136+96=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A58860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58860 is #5A779F. Grayscale: #8C8C8C. Windows color (decimal): -5928864 or 6326437. OLE color: 6326437.

HSL color Cylindrical-coordinate representation of color #A58860: hue angle of 34.78º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58860 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 96 -
CMYK 0 0.18 0.42 0.35
HSL 34.78º 0.28% 0.51% -
HSV(B) 34.78º 0.42% 0.65% -
XYZ 26.43 26.45 14.78 -
YUV 140.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 165 136 96 0 0.18 0.42 0.35 34.78 0.28 0.51
Hex A5 88 60 0 12 2A 23 23 1C 33
Octal 245 210 140 0 22 52 43 43 34 63
Binary 10100101 10001000 1100000 0 10010 101010 100011 100011 11100 110011

Color Harmonies of #A58860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58860

Black with #A58860

Text Example


Text Example

White with #A58860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58860; }

 p { color: rgb(165,136,96); }

 H1.HeaderClassName
 {
   color: #A58860;
 }
 .AnyTagClassName
 {
   color: #A58860;
 }
</style>

background-color css

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

 a { background-color: rgb(165,136,96); }

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

border-color css

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

 span { border-color: rgb(165,136,96); }

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