#AAB67A

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

Shades of Caper #AAB67A

Tints of Caper #AAB67A

Color information

#AAB67A (or 0xAAB67A) is unknown color: approx Caper. HEX triplet: AA, B6 and 7A. RGB value is (170,182,122). Sum of RGB (Red+Green+Blue) = 170+182+122=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB67A is #554985. Grayscale: #ABABAB. Windows color (decimal): -5589382 or 8042154. OLE color: 8042154.

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

Color convert

RGB170182122-
CMYK0.0700.330.29
HSL72º29.13%59.61%-
HSV(B)72º32.97%71.37%-
XYZ36.8243.4124.85-
YUV171.57100.02126.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=35.86%
G=38.40%
B=25.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821220.0700.330.297229.1359.61
HexAAB67A70211D481d3c
Octal2522661727041351103574
Binary10101010101101101111010111010000111101100100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB67A; }

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

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

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

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

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

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

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

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