#A8AF4B

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

Shades of Celery #A8AF4B

Tints of Celery #A8AF4B

Color information

#A8AF4B (or 0xA8AF4B) is unknown color: approx Celery. HEX triplet: A8, AF and 4B. RGB value is (168,175,75). Sum of RGB (Red+Green+Blue) = 168+175+75=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF4B is #5750B4. Grayscale: #A1A1A1. Windows color (decimal): -5722293 or 4960168. OLE color: 4960168.

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

Color convert

RGB16817575-
CMYK0.0400.570.31
HSL64.2º40%49.02%-
HSV(B)64.2º57.14%68.63%-
XYZ32.7539.4912.55-
YUV161.5179.18132.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=40.19%
G=41.87%
B=17.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168175750.0400.570.3164.24049.02
HexA8AF4B40391F402831
Octal2502571134071371005061
Binary101010001010111110010111000111001111111000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF4B; }

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

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

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

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

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

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

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

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