#AAB674

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

Shades of Caper #AAB674

Tints of Caper #AAB674

Color information

#AAB674 (or 0xAAB674) is unknown color: approx Caper. HEX triplet: AA, B6 and 74. RGB value is (170,182,116). Sum of RGB (Red+Green+Blue) = 170+182+116=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB674 is #55498B. Grayscale: #ABABAB. Windows color (decimal): -5589388 or 7648938. OLE color: 7648938.

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

Color convert

RGB170182116-
CMYK0.0700.360.29
HSL70.91º31.13%58.43%-
HSV(B)70.91º36.26%71.37%-
XYZ36.4643.2622.95-
YUV170.8997.02127.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=36.32%
G=38.89%
B=24.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821160.0700.360.2970.9131.1358.43
HexAAB67470241D471f3a
Octal2522661647044351073772
Binary10101010101101101110100111010010011101100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB674; }

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

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

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

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

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

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

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

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