Html Css Color HEX #A5876E Sandal

📋 copy color: '#A5876E'

red 165 ◦ green 135 ◦ blue 110

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

Shades of Sandal #A5876E

Tints of Sandal #A5876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 40.24%
G = 32.93%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5876E (or 0xA5876E) is known color: Sandal. HEX triplet: A5, 87 and 6E. RGB value is (165,135,110). Sum of RGB (Red+Green+Blue) = 165+135+110=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5876E is #5A7891. Grayscale: #8D8D8D. Windows color (decimal): -5929106 or 7243685. OLE color: 7243685.

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

Color convert

RGB 165 135 110 -
CMYK 0 0.18 0.33 0.35
HSL 27.27º 0.23% 0.54% -
HSV(B) 27.27º 0.33% 0.65% -
XYZ 27 26.45 18.43 -
YUV 141.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 165 135 110 0 0.18 0.33 0.35 27.27 0.23 0.54
Hex A5 87 6E 0 12 21 23 1B 17 36
Octal 245 207 156 0 22 41 43 33 27 66
Binary 10100101 10000111 1101110 0 10010 100001 100011 11011 10111 110110

Color Harmonies of #A5876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5876E

Black with #A5876E

Text Example


Text Example

White with #A5876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5876E; }

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

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

background-color css

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

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

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

border-color css

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

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

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