Html Css Color HEX #A58764 Sandal

📋 copy color: '#A58764'

red 165 ◦ green 135 ◦ blue 100

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

Shades of Sandal #A58764

Tints of Sandal #A58764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 100 (39.45% from 255) = 25%

R = 41.25%
G = 33.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A58764 (or 0xA58764) is known color: Sandal. HEX triplet: A5, 87 and 64. RGB value is (165,135,100). Sum of RGB (Red+Green+Blue) = 165+135+100=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A58764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58764 is #5A789B. Grayscale: #8C8C8C. Windows color (decimal): -5929116 or 6588325. OLE color: 6588325.

HSL color Cylindrical-coordinate representation of color #A58764: hue angle of 32.31º degrees, saturation: 0.27, 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 #A58764 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 100 -
CMYK 0 0.18 0.39 0.35
HSL 32.31º 0.27% 0.52% -
HSV(B) 32.31º 0.39% 0.65% -
XYZ 26.48 26.25 15.73 -
YUV 139.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 165 135 100 0 0.18 0.39 0.35 32.31 0.27 0.52
Hex A5 87 64 0 12 27 23 20 1B 34
Octal 245 207 144 0 22 47 43 40 33 64
Binary 10100101 10000111 1100100 0 10010 100111 100011 100000 11011 110100

Color Harmonies of #A58764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58764

Black with #A58764

Text Example


Text Example

White with #A58764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58764; }

 p { color: rgb(165,135,100); }

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

background-color css

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

 a { background-color: rgb(165,135,100); }

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

border-color css

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

 span { border-color: rgb(165,135,100); }

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