#AABB75

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

Shades of Caper #AABB75

Tints of Caper #AABB75

Color information

#AABB75 (or 0xAABB75) is unknown color: approx Caper. HEX triplet: AA, BB and 75. RGB value is (170,187,117). Sum of RGB (Red+Green+Blue) = 170+187+117=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB75 is #55448A. Grayscale: #AEAEAE. Windows color (decimal): -5588107 or 7715754. OLE color: 7715754.

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

Color convert

RGB170187117-
CMYK0.0900.370.27
HSL74.57º33.98%59.61%-
HSV(B)74.57º37.43%73.33%-
XYZ37.5645.3723.61-
YUV173.9495.87125.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=35.86%
G=39.45%
B=24.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871170.0900.370.2774.5733.9859.61
HexAABB7590251B4b223c
Octal25227316511045331134274
Binary1010101010111011111010110010100101110111001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB75; }

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

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

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

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

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

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

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

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