Html Css Color HEX #AABC86 Caper

📋 copy color: '#AABC86'

red 170 ◦ green 188 ◦ blue 134

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

Shades of Caper #AABC86

Tints of Caper #AABC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 134 (52.73% from 255) = 27.24%

R = 34.55%
G = 38.21%
B = 27.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#AABC86 (or 0xAABC86) is known color: Caper. HEX triplet: AA, BC and 86. RGB value is (170,188,134). Sum of RGB (Red+Green+Blue) = 170+188+134=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC86 is #554379. Grayscale: #B0B0B0. Windows color (decimal): -5587834 or 8830122. OLE color: 8830122.

HSL color Cylindrical-coordinate representation of color #AABC86: hue angle of 80º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABC86 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 134 -
CMYK 0.10 0 0.29 0.26
HSL 80º 0.29% 0.63% -
HSV(B) 80º 0.29% 0.74% -
XYZ 38.86 46.23 29.43 -
YUV 176.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 170 188 134 0.10 0 0.29 0.26 80 0.29 0.63
Hex AA BC 86 A 0 1D 1A 50 1D 3F
Octal 252 274 206 12 0 35 32 120 35 77
Binary 10101010 10111100 10000110 1010 0 11101 11010 1010000 11101 111111

Color Harmonies of #AABC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC86

Black with #AABC86

Text Example


Text Example

White with #AABC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC86; }

 p { color: rgb(170,188,134); }

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

background-color css

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

 a { background-color: rgb(170,188,134); }

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

border-color css

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

 span { border-color: rgb(170,188,134); }

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