#AAB552

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

Shades of Celery #AAB552

Tints of Celery #AAB552

Color information

#AAB552 (or 0xAAB552) is unknown color: approx Celery. HEX triplet: AA, B5 and 52. RGB value is (170,181,82). Sum of RGB (Red+Green+Blue) = 170+181+82=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB552 is #554AAD. Grayscale: #A6A6A6. Windows color (decimal): -5589678 or 5420458. OLE color: 5420458.

HSL color Cylindrical-coordinate representation of color #AAB552: hue angle of 66.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAB552 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB17018182-
CMYK0.0600.550.29
HSL66.67º40.08%51.57%-
HSV(B)66.67º54.7%70.98%-
XYZ34.6242.214.3-
YUV166.4280.36130.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=39.26%
G=41.80%
B=18.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170181820.0600.550.2966.6740.0851.57
HexAAB55260371D432834
Octal2522651226067351035064
Binary101010101011010110100101100110111111011000011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB552; }

 p { color: rgb(170,181,82); }

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

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

 a { background-color: rgb(170,181,82); }

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

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

 span { border-color: rgb(170,181,82); }

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