#AAB680

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

Shades of Caper #AAB680

Tints of Caper #AAB680

Color information

#AAB680 (or 0xAAB680) is unknown color: approx Caper. HEX triplet: AA, B6 and 80. RGB value is (170,182,128). Sum of RGB (Red+Green+Blue) = 170+182+128=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB680 is #55497F. Grayscale: #ACACAC. Windows color (decimal): -5589376 or 8435370. OLE color: 8435370.

HSL color Cylindrical-coordinate representation of color #AAB680: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB680 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB170182128-
CMYK0.0700.300.29
HSL73.33º27%60.78%-
HSV(B)73.33º29.67%71.37%-
XYZ37.243.5626.87-
YUV172.26103.02126.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=35.42%
G=37.92%
B=26.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821280.0700.300.2973.332760.78
HexAAB680701E1D491b3d
Octal2522662007036351113375
Binary10101010101101101000000011101111011101100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB680; }

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

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

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

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

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

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

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

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