Html Css Color HEX #A5866F Sandal

📋 copy color: '#A5866F'

red 165 ◦ green 134 ◦ blue 111

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

Shades of Sandal #A5866F

Tints of Sandal #A5866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 40.24%
G = 32.68%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5866F (or 0xA5866F) is known color: Sandal. HEX triplet: A5, 86 and 6F. RGB value is (165,134,111). Sum of RGB (Red+Green+Blue) = 165+134+111=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5866F is #5A7990. Grayscale: #8C8C8C. Windows color (decimal): -5929361 or 7308965. OLE color: 7308965.

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

Color convert

RGB 165 134 111 -
CMYK 0 0.19 0.33 0.35
HSL 25.56º 0.23% 0.54% -
HSV(B) 25.56º 0.33% 0.65% -
XYZ 26.91 26.2 18.68 -
YUV 140.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 165 134 111 0 0.19 0.33 0.35 25.56 0.23 0.54
Hex A5 86 6F 0 13 21 23 1A 17 36
Octal 245 206 157 0 23 41 43 32 27 66
Binary 10100101 10000110 1101111 0 10011 100001 100011 11010 10111 110110

Color Harmonies of #A5866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5866F

Black with #A5866F

Text Example


Text Example

White with #A5866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5866F; }

 p { color: rgb(165,134,111); }

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

background-color css

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

 a { background-color: rgb(165,134,111); }

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

border-color css

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

 span { border-color: rgb(165,134,111); }

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