#AAB975

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

Shades of Caper #AAB975

Tints of Caper #AAB975

Color information

#AAB975 (or 0xAAB975) is unknown color: approx Caper. HEX triplet: AA, B9 and 75. RGB value is (170,185,117). Sum of RGB (Red+Green+Blue) = 170+185+117=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB975 is #55468A. Grayscale: #ADADAD. Windows color (decimal): -5588619 or 7715242. OLE color: 7715242.

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

Color convert

RGB170185117-
CMYK0.0800.370.27
HSL73.24º32.69%59.22%-
HSV(B)73.24º36.76%72.55%-
XYZ37.1444.5323.47-
YUV172.7696.53126.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=36.02%
G=39.19%
B=24.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851170.0800.370.2773.2432.6959.22
HexAAB97580251B49213b
Octal25227116510045331114173
Binary1010101010111001111010110000100101110111001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB975; }

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

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

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

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

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

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

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

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