#A1A105

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

Shades of Citrus #A1A105

Tints of Citrus #A1A105

Color information

#A1A105 (or 0xA1A105) is unknown color: approx Citrus. HEX triplet: A1, A1 and 05. RGB value is (161,161,5). Sum of RGB (Red+Green+Blue) = 161+161+5=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A105 is #5E5EFA. Grayscale: #8F8F8F. Windows color (decimal): -6184699 or 369057. OLE color: 369057.

HSL color Cylindrical-coordinate representation of color #A1A105: hue angle of 60º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1A105 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB1611615-
CMYK000.970.37
HSL60º93.98%32.55%-
HSV(B)60º96.89%63.14%-
XYZ27.4733.085.08-
YUV143.2250140.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=49.24%
G=49.24%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611615000.970.376093.9832.55
HexA1A150061253c5e21
Octal241241500141457413641
Binary10100001101000011010011000011001011111001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A105; }

 p { color: rgb(161,161,5); }

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

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

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

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

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

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

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