Html Css Color HEX #A5856D Sandal

📋 copy color: '#A5856D'

red 165 ◦ green 133 ◦ blue 109

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

Shades of Sandal #A5856D

Tints of Sandal #A5856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 40.54%
G = 32.68%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5856D (or 0xA5856D) is known color: Sandal. HEX triplet: A5, 85 and 6D. RGB value is (165,133,109). Sum of RGB (Red+Green+Blue) = 165+133+109=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5856D is #5A7A92. Grayscale: #8B8B8B. Windows color (decimal): -5929619 or 7177637. OLE color: 7177637.

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

Color convert

RGB 165 133 109 -
CMYK 0 0.19 0.34 0.35
HSL 25.71º 0.24% 0.54% -
HSV(B) 25.71º 0.34% 0.65% -
XYZ 26.66 25.88 18.06 -
YUV 139.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 165 133 109 0 0.19 0.34 0.35 25.71 0.24 0.54
Hex A5 85 6D 0 13 22 23 1A 18 36
Octal 245 205 155 0 23 42 43 32 30 66
Binary 10100101 10000101 1101101 0 10011 100010 100011 11010 11000 110110

Color Harmonies of #A5856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5856D

Black with #A5856D

Text Example


Text Example

White with #A5856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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