#A1AE16

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

Shades of Citrus #A1AE16

Tints of Citrus #A1AE16

Color information

#A1AE16 (or 0xA1AE16) is unknown color: approx Citrus. HEX triplet: A1, AE and 16. RGB value is (161,174,22). Sum of RGB (Red+Green+Blue) = 161+174+22=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AE16 is #5E51E9. Grayscale: #999999. Windows color (decimal): -6181354 or 1486497. OLE color: 1486497.

HSL color Cylindrical-coordinate representation of color #A1AE16: hue angle of 65.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1AE16 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB16117422-
CMYK0.0700.870.32
HSL65.13º77.55%38.43%-
HSV(B)65.13º87.36%68.24%-
XYZ29.9837.916.5-
YUV152.7854.19133.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 174 (68.36% from 255) = 48.74%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=45.10%
G=48.74%
B=6.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161174220.0700.870.3265.1377.5538.43
HexA1AE16705720414e26
Octal24125626701274010111646
Binary1010000110101110101101110101011110000010000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE16; }

 p { color: rgb(161,174,22); }

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

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

 a { background-color: rgb(161,174,22); }

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

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

 span { border-color: rgb(161,174,22); }

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