#A1A60F

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

Shades of Citrus #A1A60F

Tints of Citrus #A1A60F

Color information

#A1A60F (or 0xA1A60F) is unknown color: approx Citrus. HEX triplet: A1, A6 and 0F. RGB value is (161,166,15). Sum of RGB (Red+Green+Blue) = 161+166+15=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A60F is #5E59F0. Grayscale: #939393. Windows color (decimal): -6183409 or 1025697. OLE color: 1025697.

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

Color convert

RGB16116615-
CMYK0.0300.910.35
HSL61.99º83.43%35.49%-
HSV(B)61.99º90.96%65.1%-
XYZ28.4234.885.69-
YUV147.2953.34137.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 15 (6.25% from 255) = 4.39%
R=47.08%
G=48.54%
B=4.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161166150.0300.910.3561.9983.4335.49
HexA1A6F305B233e5323
Octal2412461730133437612343
Binary1010000110100110111111010110111000111111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A60F; }

 p { color: rgb(161,166,15); }

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

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

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

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

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

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

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