#A0AF43

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

Shades of Celery #A0AF43

Tints of Celery #A0AF43

Color information

#A0AF43 (or 0xA0AF43) is unknown color: approx Celery. HEX triplet: A0, AF and 43. RGB value is (160,175,67). Sum of RGB (Red+Green+Blue) = 160+175+67=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF43 is #5F50BC. Grayscale: #9E9E9E. Windows color (decimal): -6246589 or 4435872. OLE color: 4435872.

HSL color Cylindrical-coordinate representation of color #A0AF43: hue angle of 68.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0AF43 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB16017567-
CMYK0.0900.620.31
HSL68.33º44.63%47.45%-
HSV(B)68.33º61.71%68.63%-
XYZ30.8438.5411.12-
YUV158.276.53129.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 67 (26.56% from 255) = 16.67%
R=39.80%
G=43.53%
B=16.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175670.0900.620.3168.3344.6347.45
HexA0AF43903E1F442d2f
Octal24025710311076371045557
Binary1010000010101111100001110010111110111111000100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF43; }

 p { color: rgb(160,175,67); }

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

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

 a { background-color: rgb(160,175,67); }

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

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

 span { border-color: rgb(160,175,67); }

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