#AAB67C

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

Shades of Caper #AAB67C

Tints of Caper #AAB67C

Color information

#AAB67C (or 0xAAB67C) is unknown color: approx Caper. HEX triplet: AA, B6 and 7C. RGB value is (170,182,124). Sum of RGB (Red+Green+Blue) = 170+182+124=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB67C is #554983. Grayscale: #ACACAC. Windows color (decimal): -5589380 or 8173226. OLE color: 8173226.

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

Color convert

RGB170182124-
CMYK0.0700.320.29
HSL72.41º28.43%60%-
HSV(B)72.41º31.87%71.37%-
XYZ36.9443.4625.51-
YUV171.8101.02126.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=35.71%
G=38.24%
B=26.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821240.0700.320.2972.4128.4360
HexAAB67C70201D481c3c
Octal2522661747040351103474
Binary10101010101101101111100111010000011101100100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB67C; }

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

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

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

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

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

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

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

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