#AAAF4B

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

Shades of Celery #AAAF4B

Tints of Celery #AAAF4B

Color information

#AAAF4B (or 0xAAAF4B) is unknown color: approx Celery. HEX triplet: AA, AF and 4B. RGB value is (170,175,75). Sum of RGB (Red+Green+Blue) = 170+175+75=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF4B is #5550B4. Grayscale: #A2A2A2. Windows color (decimal): -5591221 or 4960170. OLE color: 4960170.

HSL color Cylindrical-coordinate representation of color #AAAF4B: hue angle of 63º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAAF4B is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17017575-
CMYK0.0300.570.31
HSL63º40%49.02%-
HSV(B)63º57.14%68.63%-
XYZ33.1839.7112.57-
YUV162.1178.84133.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 17.86%
R=40.48%
G=41.67%
B=17.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175750.0300.570.31634049.02
HexAAAF4B30391F3f2831
Octal252257113307137775061
Binary1010101010101111100101111011100111111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF4B; }

 p { color: rgb(170,175,75); }

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

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

 a { background-color: rgb(170,175,75); }

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

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

 span { border-color: rgb(170,175,75); }

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