#A7AF48

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

Shades of Celery #A7AF48

Tints of Celery #A7AF48

Color information

#A7AF48 (or 0xA7AF48) is unknown color: approx Celery. HEX triplet: A7, AF and 48. RGB value is (167,175,72). Sum of RGB (Red+Green+Blue) = 167+175+72=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF48 is #5850B7. Grayscale: #A1A1A1. Windows color (decimal): -5787832 or 4763559. OLE color: 4763559.

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

Color convert

RGB16717572-
CMYK0.0500.590.31
HSL64.66º41.7%48.43%-
HSV(B)64.66º58.86%68.63%-
XYZ32.4439.3412.02-
YUV160.8777.85132.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 72 (28.52% from 255) = 17.39%
R=40.34%
G=42.27%
B=17.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167175720.0500.590.3164.6641.748.43
HexA7AF48503B1F412a30
Octal2472571105073371015260
Binary101001111010111110010001010111011111111000001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF48; }

 p { color: rgb(167,175,72); }

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

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

 a { background-color: rgb(167,175,72); }

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

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

 span { border-color: rgb(167,175,72); }

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