#A3AF48

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

Shades of Celery #A3AF48

Tints of Celery #A3AF48

Color information

#A3AF48 (or 0xA3AF48) is unknown color: approx Celery. HEX triplet: A3, AF and 48. RGB value is (163,175,72). Sum of RGB (Red+Green+Blue) = 163+175+72=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AF48 is #5C50B7. Grayscale: #A0A0A0. Windows color (decimal): -6049976 or 4763555. OLE color: 4763555.

HSL color Cylindrical-coordinate representation of color #A3AF48: hue angle of 66.99º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3AF48 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB16317572-
CMYK0.0700.590.31
HSL66.99º41.7%48.43%-
HSV(B)66.99º58.86%68.63%-
XYZ31.638.9111.98-
YUV159.6778.52130.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=39.76%
G=42.68%
B=17.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175720.0700.590.3166.9941.748.43
HexA3AF48703B1F432a30
Octal2432571107073371035260
Binary101000111010111110010001110111011111111000011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF48; }

 p { color: rgb(163,175,72); }

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

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

 a { background-color: rgb(163,175,72); }

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

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

 span { border-color: rgb(163,175,72); }

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