#AAB68A

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

Shades of Caper #AAB68A

Tints of Caper #AAB68A

Color information

#AAB68A (or 0xAAB68A) is unknown color: approx Caper. HEX triplet: AA, B6 and 8A. RGB value is (170,182,138). Sum of RGB (Red+Green+Blue) = 170+182+138=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68A is #554975. Grayscale: #ADADAD. Windows color (decimal): -5589366 or 9090730. OLE color: 9090730.

HSL color Cylindrical-coordinate representation of color #AAB68A: hue angle of 76.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB68A is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB170182138-
CMYK0.0700.240.29
HSL76.36º23.16%62.75%-
HSV(B)76.36º24.18%71.37%-
XYZ37.8943.8430.51-
YUV173.4108.02125.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=34.69%
G=37.14%
B=28.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821380.0700.240.2976.3623.1662.75
HexAAB68A70181D4c173f
Octal2522662127030351142777
Binary10101010101101101000101011101100011101100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB68A; }

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

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

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

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

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

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

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

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