#A6AF4B

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

Shades of Celery #A6AF4B

Tints of Celery #A6AF4B

Color information

#A6AF4B (or 0xA6AF4B) is unknown color: approx Celery. HEX triplet: A6, AF and 4B. RGB value is (166,175,75). Sum of RGB (Red+Green+Blue) = 166+175+75=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AF4B is #5950B4. Grayscale: #A1A1A1. Windows color (decimal): -5853365 or 4960166. OLE color: 4960166.

HSL color Cylindrical-coordinate representation of color #A6AF4B: hue angle of 65.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6AF4B is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB16617575-
CMYK0.0500.570.31
HSL65.4º40%49.02%-
HSV(B)65.4º57.14%68.63%-
XYZ32.3339.2712.53-
YUV160.9179.52131.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=39.90%
G=42.07%
B=18.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166175750.0500.570.3165.44049.02
HexA6AF4B50391F412831
Octal2462571135071371015061
Binary101001101010111110010111010111001111111000001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF4B; }

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

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

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

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

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

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

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

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