Html Css Color HEX #A58960 Sandal

📋 copy color: '#A58960'

red 165 ◦ green 137 ◦ blue 96

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

Shades of Sandal #A58960

Tints of Sandal #A58960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

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

R = 41.46%
G = 34.42%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A58960 (or 0xA58960) is known color: Sandal. HEX triplet: A5, 89 and 60. RGB value is (165,137,96). Sum of RGB (Red+Green+Blue) = 165+137+96=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A58960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58960 is #5A769F. Grayscale: #8C8C8C. Windows color (decimal): -5928608 or 6326693. OLE color: 6326693.

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

Color convert

RGB 165 137 96 -
CMYK 0 0.17 0.42 0.35
HSL 35.65º 0.28% 0.51% -
HSV(B) 35.65º 0.42% 0.65% -
XYZ 26.57 26.74 14.83 -
YUV 140.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 165 137 96 0 0.17 0.42 0.35 35.65 0.28 0.51
Hex A5 89 60 0 11 2A 23 24 1C 33
Octal 245 211 140 0 21 52 43 44 34 63
Binary 10100101 10001001 1100000 0 10001 101010 100011 100100 11100 110011

Color Harmonies of #A58960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58960

Black with #A58960

Text Example


Text Example

White with #A58960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58960; }

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

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

background-color css

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

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

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

border-color css

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

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

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