Html Css Color HEX #A5856E Sandal

📋 copy color: '#A5856E'

red 165 ◦ green 133 ◦ blue 110

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

Shades of Sandal #A5856E

Tints of Sandal #A5856E

RGB

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

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

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

R = 40.44%
G = 32.6%
B = 26.96%

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

#A5856E (or 0xA5856E) is known color: Sandal. HEX triplet: A5, 85 and 6E. RGB value is (165,133,110). Sum of RGB (Red+Green+Blue) = 165+133+110=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5856E is #5A7A91. Grayscale: #8C8C8C. Windows color (decimal): -5929618 or 7243173. OLE color: 7243173.

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

Color convert

RGB 165 133 110 -
CMYK 0 0.19 0.33 0.35
HSL 25.09º 0.23% 0.54% -
HSV(B) 25.09º 0.33% 0.65% -
XYZ 26.72 25.9 18.34 -
YUV 139.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 165 133 110 0 0.19 0.33 0.35 25.09 0.23 0.54
Hex A5 85 6E 0 13 21 23 19 17 36
Octal 245 205 156 0 23 41 43 31 27 66
Binary 10100101 10000101 1101110 0 10011 100001 100011 11001 10111 110110

Color Harmonies of #A5856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5856E

Black with #A5856E

Text Example


Text Example

White with #A5856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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