#A6AF4E

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

Shades of Celery #A6AF4E

Tints of Celery #A6AF4E

Color information

#A6AF4E (or 0xA6AF4E) is unknown color: approx Celery. HEX triplet: A6, AF and 4E. RGB value is (166,175,78). Sum of RGB (Red+Green+Blue) = 166+175+78=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF4E is #5950B1. Grayscale: #A1A1A1. Windows color (decimal): -5853362 or 5156774. OLE color: 5156774.

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

Color convert

RGB16617578-
CMYK0.0500.550.31
HSL65.57º38.34%49.61%-
HSV(B)65.57º55.43%68.63%-
XYZ32.4339.3213.09-
YUV161.2581.02131.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=39.62%
G=41.77%
B=18.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175780.0500.550.3165.5738.3449.61
HexA6AF4E50371F422632
Octal2462571165067371024662
Binary101001101010111110011101010110111111111000010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF4E; }

 p { color: rgb(166,175,78); }

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

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

 a { background-color: rgb(166,175,78); }

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

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

 span { border-color: rgb(166,175,78); }

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