Html Css Color HEX #AA886B Sandal

📋 copy color: '#AA886B'

red 170 ◦ green 136 ◦ blue 107

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

Shades of Sandal #AA886B

Tints of Sandal #AA886B

RGB

 RED value IS 170 (66.8% from 255) = 41.16%

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 41.16%
G = 32.93%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA886B (or 0xAA886B) is known color: Sandal. HEX triplet: AA, 88 and 6B. RGB value is (170,136,107). Sum of RGB (Red+Green+Blue) = 170+136+107=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA886B is #557794. Grayscale: #8F8F8F. Windows color (decimal): -5601173 or 7047338. OLE color: 7047338.

HSL color Cylindrical-coordinate representation of color #AA886B: hue angle of 27.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA886B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 107 -
CMYK 0 0.20 0.37 0.33
HSL 27.62º 0.27% 0.54% -
HSV(B) 27.62º 0.37% 0.67% -
XYZ 28.04 27.22 17.69 -
YUV 142.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 170 136 107 0 0.20 0.37 0.33 27.62 0.27 0.54
Hex AA 88 6B 0 14 25 21 1C 1B 36
Octal 252 210 153 0 24 45 41 34 33 66
Binary 10101010 10001000 1101011 0 10100 100101 100001 11100 11011 110110

Color Harmonies of #AA886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA886B

Black with #AA886B

Text Example


Text Example

White with #AA886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA886B; }

 p { color: rgb(170,136,107); }

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

background-color css

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

 a { background-color: rgb(170,136,107); }

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

border-color css

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

 span { border-color: rgb(170,136,107); }

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