#A1A205

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

Shades of Citrus #A1A205

Tints of Citrus #A1A205

Color information

#A1A205 (or 0xA1A205) is unknown color: approx Citrus. HEX triplet: A1, A2 and 05. RGB value is (161,162,5). Sum of RGB (Red+Green+Blue) = 161+162+5=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A205 is #5E5DFA. Grayscale: #909090. Windows color (decimal): -6184443 or 369313. OLE color: 369313.

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

Color convert

RGB1611625-
CMYK0.0100.970.36
HSL60.38º94.01%32.75%-
HSV(B)60.38º96.91%63.53%-
XYZ27.6533.435.14-
YUV143.849.67140.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=49.09%
G=49.39%
B=1.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16116250.0100.970.3660.3894.0132.75
HexA1A251061243c5e21
Octal241242510141447413641
Binary10100001101000101011011000011001001111001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A205; }

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

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

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

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

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

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

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

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