#A3AF3D

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

Shades of Celery #A3AF3D

Tints of Celery #A3AF3D

Color information

#A3AF3D (or 0xA3AF3D) is unknown color: approx Celery. HEX triplet: A3, AF and 3D. RGB value is (163,175,61). Sum of RGB (Red+Green+Blue) = 163+175+61=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AF3D is #5C50C2. Grayscale: #9E9E9E. Windows color (decimal): -6049987 or 4042659. OLE color: 4042659.

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

Color convert

RGB16317561-
CMYK0.0700.650.31
HSL66.32º48.31%46.27%-
HSV(B)66.32º65.14%68.63%-
XYZ31.2838.7810.25-
YUV158.4273.02131.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 175 (68.75% from 255) = 43.86%
BLUE value IS 61 (24.22% from 255) = 15.29%
R=40.85%
G=43.86%
B=15.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163175610.0700.650.3166.3248.3146.27
HexA3AF3D70411F42302e
Octal2432577570101371026056
Binary101000111010111111110111101000001111111000010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF3D; }

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

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

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

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

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

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

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

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