#A1A501

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

Shades of Citrus #A1A501

Tints of Citrus #A1A501

Color information

#A1A501 (or 0xA1A501) is unknown color: approx Citrus. HEX triplet: A1, A5 and 01. RGB value is (161,165,1). Sum of RGB (Red+Green+Blue) = 161+165+1=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A501 is #5E5AFE. Grayscale: #919191. Windows color (decimal): -6183679 or 107937. OLE color: 107937.

HSL color Cylindrical-coordinate representation of color #A1A501: hue angle of 61.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1A501 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1611651-
CMYK0.0200.990.35
HSL61.46º98.8%32.55%-
HSV(B)61.46º99.39%64.71%-
XYZ28.1634.495.2-
YUV145.1146.67139.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=49.24%
G=50.46%
B=0.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16116510.0200.990.3561.4698.832.55
HexA1A512063233d6321
Octal241245120143437514341
Binary1010000110100101110011000111000111111011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A501; }

 p { color: rgb(161,165,1); }

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

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

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

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

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

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

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