Html Css Color HEX #AAC486 Caper

📋 copy color: '#AAC486'

red 170 ◦ green 196 ◦ blue 134

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

Shades of Caper #AAC486

Tints of Caper #AAC486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

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

R = 34%
G = 39.2%
B = 26.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#AAC486 (or 0xAAC486) is known color: Caper. HEX triplet: AA, C4 and 86. RGB value is (170,196,134). Sum of RGB (Red+Green+Blue) = 170+196+134=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC486 is #553B79. Grayscale: #B5B5B5. Windows color (decimal): -5585786 or 8832170. OLE color: 8832170.

HSL color Cylindrical-coordinate representation of color #AAC486: hue angle of 85.16º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC486 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 134 -
CMYK 0.13 0 0.32 0.23
HSL 85.16º 0.34% 0.65% -
HSV(B) 85.16º 0.32% 0.77% -
XYZ 40.62 49.75 30.02 -
YUV 181.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 170 196 134 0.13 0 0.32 0.23 85.16 0.34 0.65
Hex AA C4 86 D 0 20 17 55 22 41
Octal 252 304 206 15 0 40 27 125 42 101
Binary 10101010 11000100 10000110 1101 0 100000 10111 1010101 100010 1000001

Color Harmonies of #AAC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC486

Black with #AAC486

Text Example


Text Example

White with #AAC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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