#AAB140

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

Shades of Celery #AAB140

Tints of Celery #AAB140

Color information

#AAB140 (or 0xAAB140) is unknown color: approx Celery. HEX triplet: AA, B1 and 40. RGB value is (170,177,64). Sum of RGB (Red+Green+Blue) = 170+177+64=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB140 is #554EBF. Grayscale: #A2A2A2. Windows color (decimal): -5590720 or 4239786. OLE color: 4239786.

HSL color Cylindrical-coordinate representation of color #AAB140: hue angle of 63.72º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB140 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17017764-
CMYK0.0400.640.31
HSL63.72º46.89%47.25%-
HSV(B)63.72º63.84%69.41%-
XYZ33.2340.3610.89-
YUV162.0272.68133.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 64 (25.39% from 255) = 15.57%
R=41.36%
G=43.07%
B=15.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177640.0400.640.3163.7246.8947.25
HexAAB14040401F402f2f
Octal25226110040100371005757
Binary1010101010110001100000010001000000111111000000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB140; }

 p { color: rgb(170,177,64); }

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

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

 a { background-color: rgb(170,177,64); }

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

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

 span { border-color: rgb(170,177,64); }

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