#A4AF45

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

Shades of Celery #A4AF45

Tints of Celery #A4AF45

Color information

#A4AF45 (or 0xA4AF45) is unknown color: approx Celery. HEX triplet: A4, AF and 45. RGB value is (164,175,69). Sum of RGB (Red+Green+Blue) = 164+175+69=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AF45 is #5B50BA. Grayscale: #A0A0A0. Windows color (decimal): -5984443 or 4566948. OLE color: 4566948.

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

Color convert

RGB16417569-
CMYK0.0600.610.31
HSL66.23º43.44%47.84%-
HSV(B)66.23º60.57%68.63%-
XYZ31.7138.9811.48-
YUV159.6376.86131.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=40.20%
G=42.89%
B=16.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164175690.0600.610.3166.2343.4447.84
HexA4AF45603D1F422b30
Octal2442571056075371025360
Binary101001001010111110001011100111101111111000010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF45; }

 p { color: rgb(164,175,69); }

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

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

 a { background-color: rgb(164,175,69); }

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

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

 span { border-color: rgb(164,175,69); }

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