#AACA7B

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

Shades of Caper #AACA7B

Tints of Caper #AACA7B

Color information

#AACA7B (or 0xAACA7B) is unknown color: approx Caper. HEX triplet: AA, CA and 7B. RGB value is (170,202,123). Sum of RGB (Red+Green+Blue) = 170+202+123=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA7B is #553584. Grayscale: #B7B7B7. Windows color (decimal): -5584261 or 8112810. OLE color: 8112810.

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

Color convert

RGB170202123-
CMYK0.1600.390.21
HSL84.3º42.7%63.73%-
HSV(B)84.3º39.11%79.22%-
XYZ41.2752.2226.64-
YUV183.4393.9118.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=34.34%
G=40.81%
B=24.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021230.1600.390.2184.342.763.73
HexAACA7B1002715542b40
Octal252312173200472512453100
Binary101010101100101011110111000001001111010110101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA7B; }

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

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

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

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

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

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

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

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