Html Css Color HEX #A5886D Sandal

📋 copy color: '#A5886D'

red 165 ◦ green 136 ◦ blue 109

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

Shades of Sandal #A5886D

Tints of Sandal #A5886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 40.24%
G = 33.17%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5886D (or 0xA5886D) is known color: Sandal. HEX triplet: A5, 88 and 6D. RGB value is (165,136,109). Sum of RGB (Red+Green+Blue) = 165+136+109=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5886D is #5A7792. Grayscale: #8D8D8D. Windows color (decimal): -5928851 or 7178405. OLE color: 7178405.

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

Color convert

RGB 165 136 109 -
CMYK 0 0.18 0.34 0.35
HSL 28.93º 0.24% 0.54% -
HSV(B) 28.93º 0.34% 0.65% -
XYZ 27.08 26.71 18.2 -
YUV 141.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 165 136 109 0 0.18 0.34 0.35 28.93 0.24 0.54
Hex A5 88 6D 0 12 22 23 1D 18 36
Octal 245 210 155 0 22 42 43 35 30 66
Binary 10100101 10001000 1101101 0 10010 100010 100011 11101 11000 110110

Color Harmonies of #A5886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5886D

Black with #A5886D

Text Example


Text Example

White with #A5886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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