#A5AF4F

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

Shades of Celery #A5AF4F

Tints of Celery #A5AF4F

Color information

#A5AF4F (or 0xA5AF4F) is unknown color: approx Celery. HEX triplet: A5, AF and 4F. RGB value is (165,175,79). Sum of RGB (Red+Green+Blue) = 165+175+79=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF4F is #5A50B0. Grayscale: #A1A1A1. Windows color (decimal): -5918897 or 5222309. OLE color: 5222309.

HSL color Cylindrical-coordinate representation of color #A5AF4F: hue angle of 66.25º degrees, saturation: 0.38, 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 #A5AF4F is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16517579-
CMYK0.0600.550.31
HSL66.25º37.8%49.8%-
HSV(B)66.25º54.86%68.63%-
XYZ32.2639.2213.27-
YUV161.0781.69130.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=39.38%
G=41.77%
B=18.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165175790.0600.550.3166.2537.849.8
HexA5AF4F60371F422632
Octal2452571176067371024662
Binary101001011010111110011111100110111111111000010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF4F; }

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

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

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

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

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

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

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

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