Html Css Color HEX #A5856F Sandal

📋 copy color: '#A5856F'

red 165 ◦ green 133 ◦ blue 111

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

Shades of Sandal #A5856F

Tints of Sandal #A5856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

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

R = 40.34%
G = 32.52%
B = 27.14%

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

#A5856F (or 0xA5856F) is known color: Sandal. HEX triplet: A5, 85 and 6F. RGB value is (165,133,111). Sum of RGB (Red+Green+Blue) = 165+133+111=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5856F is #5A7A90. Grayscale: #8C8C8C. Windows color (decimal): -5929617 or 7308709. OLE color: 7308709.

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

Color convert

RGB 165 133 111 -
CMYK 0 0.19 0.33 0.35
HSL 24.44º 0.23% 0.54% -
HSV(B) 24.44º 0.33% 0.65% -
XYZ 26.77 25.92 18.63 -
YUV 140.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 165 133 111 0 0.19 0.33 0.35 24.44 0.23 0.54
Hex A5 85 6F 0 13 21 23 18 17 36
Octal 245 205 157 0 23 41 43 30 27 66
Binary 10100101 10000101 1101111 0 10011 100001 100011 11000 10111 110110

Color Harmonies of #A5856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5856F

Black with #A5856F

Text Example


Text Example

White with #A5856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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