#AACA7A

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

Shades of Caper #AACA7A

Tints of Caper #AACA7A

Color information

#AACA7A (or 0xAACA7A) is unknown color: approx Caper. HEX triplet: AA, CA and 7A. RGB value is (170,202,122). Sum of RGB (Red+Green+Blue) = 170+202+122=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA7A is #553585. Grayscale: #B7B7B7. Windows color (decimal): -5584262 or 8047274. OLE color: 8047274.

HSL color Cylindrical-coordinate representation of color #AACA7A: hue angle of 84º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AACA7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB170202122-
CMYK0.1600.400.21
HSL84º43.01%63.53%-
HSV(B)84º39.6%79.22%-
XYZ41.2152.1926.31-
YUV183.3193.4118.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=34.41%
G=40.89%
B=24.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021220.1600.400.218443.0163.53
HexAACA7A1002815542b40
Octal252312172200502512453100
Binary101010101100101011110101000001010001010110101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA7A; }

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

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

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

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

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

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

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

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