#AAB14F

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

Shades of Celery #AAB14F

Tints of Celery #AAB14F

Color information

#AAB14F (or 0xAAB14F) is unknown color: approx Celery. HEX triplet: AA, B1 and 4F. RGB value is (170,177,79). Sum of RGB (Red+Green+Blue) = 170+177+79=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB14F is #554EB0. Grayscale: #A4A4A4. Windows color (decimal): -5590705 or 5222826. OLE color: 5222826.

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

Color convert

RGB17017779-
CMYK0.0400.550.31
HSL64.29º38.58%50.2%-
HSV(B)64.29º55.37%69.41%-
XYZ33.7140.5513.45-
YUV163.7380.18132.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=39.91%
G=41.55%
B=18.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170177790.0400.550.3164.2938.5850.2
HexAAB14F40371F402732
Octal2522611174067371004762
Binary101010101011000110011111000110111111111000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB14F; }

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

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

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

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

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

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

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

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