#AACA78

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

Shades of Caper #AACA78

Tints of Caper #AACA78

Color information

#AACA78 (or 0xAACA78) is unknown color: approx Caper. HEX triplet: AA, CA and 78. RGB value is (170,202,120). Sum of RGB (Red+Green+Blue) = 170+202+120=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA78 is #553587. Grayscale: #B7B7B7. Windows color (decimal): -5584264 or 7916202. OLE color: 7916202.

HSL color Cylindrical-coordinate representation of color #AACA78: hue angle of 83.41º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AACA78 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB170202120-
CMYK0.1600.410.21
HSL83.41º43.62%63.14%-
HSV(B)83.41º40.59%79.22%-
XYZ41.0952.1425.67-
YUV183.0892.4118.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=34.55%
G=41.06%
B=24.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021200.1600.410.2183.4143.6263.14
HexAACA781002915532c3f
Octal25231217020051251235477
Binary10101010110010101111000100000101001101011010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA78; }

 p { color: rgb(170,202,120); }

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

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

 a { background-color: rgb(170,202,120); }

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

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

 span { border-color: rgb(170,202,120); }

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