Html Css Color HEX #A58965 Sandal

📋 copy color: '#A58965'

red 165 ◦ green 137 ◦ blue 101

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

Shades of Sandal #A58965

Tints of Sandal #A58965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 40.94%
G = 34%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A58965 (or 0xA58965) is known color: Sandal. HEX triplet: A5, 89 and 65. RGB value is (165,137,101). Sum of RGB (Red+Green+Blue) = 165+137+101=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A58965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58965 is #5A769A. Grayscale: #8D8D8D. Windows color (decimal): -5928603 or 6654373. OLE color: 6654373.

HSL color Cylindrical-coordinate representation of color #A58965: hue angle of 33.75º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A58965 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 101 -
CMYK 0 0.17 0.39 0.35
HSL 33.75º 0.26% 0.52% -
HSV(B) 33.75º 0.39% 0.65% -
XYZ 26.81 26.83 16.08 -
YUV 141.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 165 137 101 0 0.17 0.39 0.35 33.75 0.26 0.52
Hex A5 89 65 0 11 27 23 22 1A 34
Octal 245 211 145 0 21 47 43 42 32 64
Binary 10100101 10001001 1100101 0 10001 100111 100011 100010 11010 110100

Color Harmonies of #A58965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58965

Black with #A58965

Text Example


Text Example

White with #A58965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58965; }

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

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

background-color css

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

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

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

border-color css

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

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

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