Html Css Color HEX #AA876B Sandal

📋 copy color: '#AA876B'

red 170 ◦ green 135 ◦ blue 107

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

Shades of Sandal #AA876B

Tints of Sandal #AA876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

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

R = 41.26%
G = 32.77%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA876B (or 0xAA876B) is known color: Sandal. HEX triplet: AA, 87 and 6B. RGB value is (170,135,107). Sum of RGB (Red+Green+Blue) = 170+135+107=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA876B is #557894. Grayscale: #8E8E8E. Windows color (decimal): -5601429 or 7047082. OLE color: 7047082.

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

Color convert

RGB 170 135 107 -
CMYK 0 0.21 0.37 0.33
HSL 26.67º 0.27% 0.54% -
HSV(B) 26.67º 0.37% 0.67% -
XYZ 27.9 26.94 17.64 -
YUV 142.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 170 135 107 0 0.21 0.37 0.33 26.67 0.27 0.54
Hex AA 87 6B 0 15 25 21 1B 1B 36
Octal 252 207 153 0 25 45 41 33 33 66
Binary 10101010 10000111 1101011 0 10101 100101 100001 11011 11011 110110

Color Harmonies of #AA876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA876B

Black with #AA876B

Text Example


Text Example

White with #AA876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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