#AAC07B

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

Shades of Caper #AAC07B

Tints of Caper #AAC07B

Color information

#AAC07B (or 0xAAC07B) is unknown color: approx Caper. HEX triplet: AA, C0 and 7B. RGB value is (170,192,123). Sum of RGB (Red+Green+Blue) = 170+192+123=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC07B is #553F84. Grayscale: #B1B1B1. Windows color (decimal): -5586821 or 8110250. OLE color: 8110250.

HSL color Cylindrical-coordinate representation of color #AAC07B: hue angle of 79.13º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC07B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB170192123-
CMYK0.1100.360.25
HSL79.13º35.38%61.76%-
HSV(B)79.13º35.94%75.29%-
XYZ3947.6825.89-
YUV177.5697.21122.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=35.05%
G=39.59%
B=25.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921230.1100.360.2579.1335.3861.76
HexAAC07BB024194f233e
Octal25230017313044311174376
Binary1010101011000000111101110110100100110011001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC07B; }

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

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

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

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

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

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

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

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