#A1AE1A

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

Shades of Citrus #A1AE1A

Tints of Citrus #A1AE1A

Color information

#A1AE1A (or 0xA1AE1A) is unknown color: approx Citrus. HEX triplet: A1, AE and 1A. RGB value is (161,174,26). Sum of RGB (Red+Green+Blue) = 161+174+26=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AE1A is #5E51E5. Grayscale: #999999. Windows color (decimal): -6181350 or 1748641. OLE color: 1748641.

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

Color convert

RGB16117426-
CMYK0.0700.850.32
HSL65.27º74%39.22%-
HSV(B)65.27º85.06%68.24%-
XYZ30.0237.926.72-
YUV153.2456.19133.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 174 (68.36% from 255) = 48.20%
BLUE value IS 26 (10.55% from 255) = 7.20%
R=44.60%
G=48.20%
B=7.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161174260.0700.850.3265.277439.22
HexA1AE1A705520414a27
Octal24125632701254010111247
Binary1010000110101110110101110101010110000010000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE1A; }

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

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

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

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

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

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

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

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