#A6AF4A

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

Shades of Celery #A6AF4A

Tints of Celery #A6AF4A

Color information

#A6AF4A (or 0xA6AF4A) is unknown color: approx Celery. HEX triplet: A6, AF and 4A. RGB value is (166,175,74). Sum of RGB (Red+Green+Blue) = 166+175+74=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF4A is #5950B5. Grayscale: #A1A1A1. Windows color (decimal): -5853366 or 4894630. OLE color: 4894630.

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

Color convert

RGB16617574-
CMYK0.0500.580.31
HSL65.35º40.56%48.82%-
HSV(B)65.35º57.71%68.63%-
XYZ32.2939.2612.35-
YUV160.7979.02131.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=40%
G=42.17%
B=17.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175740.0500.580.3165.3540.5648.82
HexA6AF4A503A1F412931
Octal2462571125072371015161
Binary101001101010111110010101010111010111111000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF4A; }

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

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

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

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

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

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

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

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