#AAB435

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

Shades of Celery #AAB435

Tints of Celery #AAB435

Color information

#AAB435 (or 0xAAB435) is unknown color: approx Celery. HEX triplet: AA, B4 and 35. RGB value is (170,180,53). Sum of RGB (Red+Green+Blue) = 170+180+53=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB435 is #554BCA. Grayscale: #A3A3A3. Windows color (decimal): -5589963 or 3519658. OLE color: 3519658.

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

Color convert

RGB17018053-
CMYK0.0600.710.29
HSL64.72º54.51%45.69%-
HSV(B)64.72º70.56%70.59%-
XYZ33.5441.459.6-
YUV162.5366.19133.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 53 (21.09% from 255) = 13.15%
R=42.18%
G=44.67%
B=13.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180530.0600.710.2964.7254.5145.69
HexAAB43560471D41372e
Octal2522646560107351016756
Binary101010101011010011010111001000111111011000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB435; }

 p { color: rgb(170,180,53); }

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

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

 a { background-color: rgb(170,180,53); }

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

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

 span { border-color: rgb(170,180,53); }

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