#A8AF4E

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

Shades of Celery #A8AF4E

Tints of Celery #A8AF4E

Color information

#A8AF4E (or 0xA8AF4E) is unknown color: approx Celery. HEX triplet: A8, AF and 4E. RGB value is (168,175,78). Sum of RGB (Red+Green+Blue) = 168+175+78=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF4E is #5750B1. Grayscale: #A2A2A2. Windows color (decimal): -5722290 or 5156776. OLE color: 5156776.

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

Color convert

RGB16817578-
CMYK0.0400.550.31
HSL64.33º38.34%49.61%-
HSV(B)64.33º55.43%68.63%-
XYZ32.8539.5313.11-
YUV161.8580.68132.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=39.90%
G=41.57%
B=18.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168175780.0400.550.3164.3338.3449.61
HexA8AF4E40371F402632
Octal2502571164067371004662
Binary101010001010111110011101000110111111111000000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF4E; }

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

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

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

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

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

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

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

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