#A5AF49

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

Shades of Celery #A5AF49

Tints of Celery #A5AF49

Color information

#A5AF49 (or 0xA5AF49) is unknown color: approx Celery. HEX triplet: A5, AF and 49. RGB value is (165,175,73). Sum of RGB (Red+Green+Blue) = 165+175+73=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF49 is #5A50B6. Grayscale: #A0A0A0. Windows color (decimal): -5918903 or 4829093. OLE color: 4829093.

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

Color convert

RGB16517573-
CMYK0.0600.580.31
HSL65.88º41.13%48.63%-
HSV(B)65.88º58.29%68.63%-
XYZ32.0539.1412.17-
YUV160.3878.69131.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=39.95%
G=42.37%
B=17.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165175730.0600.580.3165.8841.1348.63
HexA5AF49603A1F422931
Octal2452571116072371025161
Binary101001011010111110010011100111010111111000010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF49; }

 p { color: rgb(165,175,73); }

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

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

 a { background-color: rgb(165,175,73); }

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

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

 span { border-color: rgb(165,175,73); }

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