#AAC269

Color #AAC269 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AAC269

Tints of Caper #AAC269

Color information

#AAC269 (or 0xAAC269) is unknown color: approx Caper. HEX triplet: AA, C2 and 69. RGB value is (170,194,105). Sum of RGB (Red+Green+Blue) = 170+194+105=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC269 is #553D96. Grayscale: #B1B1B1. Windows color (decimal): -5586327 or 6931114. OLE color: 6931114.

HSL color Cylindrical-coordinate representation of color #AAC269: hue angle of 76.18º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC269 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB170194105-
CMYK0.1200.460.24
HSL76.18º42.18%58.63%-
HSV(B)76.18º45.88%76.08%-
XYZ38.4248.1520.63-
YUV176.6887.55123.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=36.25%
G=41.36%
B=22.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941050.1200.460.2476.1842.1858.63
HexAAC269C02E184c2a3b
Octal25230215114056301145273
Binary1010101011000010110100111000101110110001001100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC269; }

 p { color: rgb(170,194,105); }

 H1.HeaderClassName
 {
   color: #AAC269;
 }
 .AnyTagClassName
 {
   color: #AAC269;
 }
</style>
background-color css

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

 a { background-color: rgb(170,194,105); }

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

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

 span { border-color: rgb(170,194,105); }

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