#AABD7D

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

Shades of Caper #AABD7D

Tints of Caper #AABD7D

Color information

#AABD7D (or 0xAABD7D) is unknown color: approx Caper. HEX triplet: AA, BD and 7D. RGB value is (170,189,125). Sum of RGB (Red+Green+Blue) = 170+189+125=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD7D is #554282. Grayscale: #B0B0B0. Windows color (decimal): -5587587 or 8240554. OLE color: 8240554.

HSL color Cylindrical-coordinate representation of color #AABD7D: hue angle of 77.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AABD7D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB170189125-
CMYK0.1000.340.26
HSL77.81º32.65%61.57%-
HSV(B)77.81º33.86%74.12%-
XYZ38.4846.4226.33-
YUV176.0299.21123.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=35.12%
G=39.05%
B=25.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891250.1000.340.2677.8132.6561.57
HexAABD7DA0221A4e213e
Octal25227517512042321164176
Binary1010101010111101111110110100100010110101001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD7D; }

 p { color: rgb(170,189,125); }

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

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

 a { background-color: rgb(170,189,125); }

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

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

 span { border-color: rgb(170,189,125); }

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