Html Css Color HEX #AAC686 Caper

📋 copy color: '#AAC686'

red 170 ◦ green 198 ◦ blue 134

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

Shades of Caper #AAC686

Tints of Caper #AAC686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

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

R = 33.86%
G = 39.44%
B = 26.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#AAC686 (or 0xAAC686) is known color: Caper. HEX triplet: AA, C6 and 86. RGB value is (170,198,134). Sum of RGB (Red+Green+Blue) = 170+198+134=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC686 is #553979. Grayscale: #B6B6B6. Windows color (decimal): -5585274 or 8832682. OLE color: 8832682.

HSL color Cylindrical-coordinate representation of color #AAC686: hue angle of 86.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC686 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 134 -
CMYK 0.14 0 0.32 0.22
HSL 86.25º 0.36% 0.65% -
HSV(B) 86.25º 0.32% 0.78% -
XYZ 41.07 50.66 30.17 -
YUV 182.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 170 198 134 0.14 0 0.32 0.22 86.25 0.36 0.65
Hex AA C6 86 E 0 20 16 56 24 41
Octal 252 306 206 16 0 40 26 126 44 101
Binary 10101010 11000110 10000110 1110 0 100000 10110 1010110 100100 1000001

Color Harmonies of #AAC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC686

Black with #AAC686

Text Example


Text Example

White with #AAC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC686; }

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

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

background-color css

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

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

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

border-color css

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

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

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