Html Css Color HEX #A58966 Sandal

📋 copy color: '#A58966'

red 165 ◦ green 137 ◦ blue 102

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

Shades of Sandal #A58966

Tints of Sandal #A58966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 40.84%
G = 33.91%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A58966 (or 0xA58966) is known color: Sandal. HEX triplet: A5, 89 and 66. RGB value is (165,137,102). Sum of RGB (Red+Green+Blue) = 165+137+102=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A58966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58966 is #5A7699. Grayscale: #8D8D8D. Windows color (decimal): -5928602 or 6719909. OLE color: 6719909.

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

Color convert

RGB 165 137 102 -
CMYK 0 0.17 0.38 0.35
HSL 33.33º 0.26% 0.52% -
HSV(B) 33.33º 0.38% 0.65% -
XYZ 26.86 26.85 16.34 -
YUV 141.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 165 137 102 0 0.17 0.38 0.35 33.33 0.26 0.52
Hex A5 89 66 0 11 26 23 21 1A 34
Octal 245 211 146 0 21 46 43 41 32 64
Binary 10100101 10001001 1100110 0 10001 100110 100011 100001 11010 110100

Color Harmonies of #A58966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58966

Black with #A58966

Text Example


Text Example

White with #A58966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58966; }

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

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

background-color css

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

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

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

border-color css

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

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

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