Html Css Color HEX #A5886A Sandal

📋 copy color: '#A5886A'

red 165 ◦ green 136 ◦ blue 106

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

Shades of Sandal #A5886A

Tints of Sandal #A5886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 40.54%
G = 33.42%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5886A (or 0xA5886A) is known color: Sandal. HEX triplet: A5, 88 and 6A. RGB value is (165,136,106). Sum of RGB (Red+Green+Blue) = 165+136+106=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5886A is #5A7795. Grayscale: #8D8D8D. Windows color (decimal): -5928854 or 6981797. OLE color: 6981797.

HSL color Cylindrical-coordinate representation of color #A5886A: hue angle of 30.51º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5886A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 106 -
CMYK 0 0.18 0.36 0.35
HSL 30.51º 0.25% 0.53% -
HSV(B) 30.51º 0.36% 0.65% -
XYZ 26.92 26.65 17.36 -
YUV 141.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 165 136 106 0 0.18 0.36 0.35 30.51 0.25 0.53
Hex A5 88 6A 0 12 24 23 1F 19 35
Octal 245 210 152 0 22 44 43 37 31 65
Binary 10100101 10001000 1101010 0 10010 100100 100011 11111 11001 110101

Color Harmonies of #A5886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5886A

Black with #A5886A

Text Example


Text Example

White with #A5886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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