#AAB783

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

Shades of Caper #AAB783

Tints of Caper #AAB783

Color information

#AAB783 (or 0xAAB783) is unknown color: approx Caper. HEX triplet: AA, B7 and 83. RGB value is (170,183,131). Sum of RGB (Red+Green+Blue) = 170+183+131=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB783 is #55487C. Grayscale: #ADADAD. Windows color (decimal): -5589117 or 8632234. OLE color: 8632234.

HSL color Cylindrical-coordinate representation of color #AAB783: hue angle of 75º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB783 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB170183131-
CMYK0.0700.280.28
HSL75º26.53%61.57%-
HSV(B)75º28.42%71.76%-
XYZ37.6144.0527.99-
YUV173.18104.19125.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=35.12%
G=37.81%
B=27.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831310.0700.280.287526.5361.57
HexAAB783701C1C4b1b3e
Octal2522672037034341133376
Binary10101010101101111000001111101110011100100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB783; }

 p { color: rgb(170,183,131); }

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

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

 a { background-color: rgb(170,183,131); }

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

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

 span { border-color: rgb(170,183,131); }

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