#A1A924

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

Shades of Citron #A1A924

Tints of Citron #A1A924

Color information

#A1A924 (or 0xA1A924) is unknown color: approx Citron. HEX triplet: A1, A9 and 24. RGB value is (161,169,36). Sum of RGB (Red+Green+Blue) = 161+169+36=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A924 is #5E56DB. Grayscale: #979797. Windows color (decimal): -6182620 or 2402721. OLE color: 2402721.

HSL color Cylindrical-coordinate representation of color #A1A924: hue angle of 63.61º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1A924 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16116936-
CMYK0.0500.790.34
HSL63.61º64.88%40.2%-
HSV(B)63.61º78.7%66.27%-
XYZ29.236.087.09-
YUV151.4562.85134.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 36 (14.45% from 255) = 9.84%
R=43.99%
G=46.17%
B=9.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161169360.0500.790.3463.6164.8840.2
HexA1A924504F22404128
Octal24125144501174210010150
Binary10100001101010011001001010100111110001010000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A924; }

 p { color: rgb(161,169,36); }

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

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

 a { background-color: rgb(161,169,36); }

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

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

 span { border-color: rgb(161,169,36); }

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