#AABB80

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

Shades of Caper #AABB80

Tints of Caper #AABB80

Color information

#AABB80 (or 0xAABB80) is unknown color: approx Caper. HEX triplet: AA, BB and 80. RGB value is (170,187,128). Sum of RGB (Red+Green+Blue) = 170+187+128=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB80 is #55447F. Grayscale: #AFAFAF. Windows color (decimal): -5588096 or 8436650. OLE color: 8436650.

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

Color convert

RGB170187128-
CMYK0.0900.320.27
HSL77.29º30.26%61.76%-
HSV(B)77.29º31.55%73.33%-
XYZ38.2445.6527.22-
YUV175.19101.37124.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=35.05%
G=38.56%
B=26.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871280.0900.320.2777.2930.2661.76
HexAABB8090201B4d1e3e
Octal25227320011040331153676
Binary1010101010111011100000001001010000011011100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB80; }

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

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

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

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

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

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

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

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