#AABB7E

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

Shades of Caper #AABB7E

Tints of Caper #AABB7E

Color information

#AABB7E (or 0xAABB7E) is unknown color: approx Caper. HEX triplet: AA, BB and 7E. RGB value is (170,187,126). Sum of RGB (Red+Green+Blue) = 170+187+126=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB7E is #554481. Grayscale: #AFAFAF. Windows color (decimal): -5588098 or 8305578. OLE color: 8305578.

HSL color Cylindrical-coordinate representation of color #AABB7E: hue angle of 76.72º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABB7E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB170187126-
CMYK0.0900.330.27
HSL76.72º30.96%61.37%-
HSV(B)76.72º32.62%73.33%-
XYZ38.1145.5926.53-
YUV174.96100.37124.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=35.20%
G=38.72%
B=26.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871260.0900.330.2776.7230.9661.37
HexAABB7E90211B4d1f3d
Octal25227317611041331153775
Binary101010101011101111111101001010000111011100110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB7E; }

 p { color: rgb(170,187,126); }

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

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

 a { background-color: rgb(170,187,126); }

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

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

 span { border-color: rgb(170,187,126); }

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