#A1A207

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

Shades of Citrus #A1A207

Tints of Citrus #A1A207

Color information

#A1A207 (or 0xA1A207) is unknown color: approx Citrus. HEX triplet: A1, A2 and 07. RGB value is (161,162,7). Sum of RGB (Red+Green+Blue) = 161+162+7=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A207 is #5E5DF8. Grayscale: #909090. Windows color (decimal): -6184441 or 500385. OLE color: 500385.

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

Color convert

RGB1611627-
CMYK0.0100.960.36
HSL60.39º91.72%33.14%-
HSV(B)60.39º95.68%63.53%-
XYZ27.6633.435.2-
YUV144.0350.67140.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 7 (3.12% from 255) = 2.12%
R=48.79%
G=49.09%
B=2.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16116270.0100.960.3660.3991.7233.14
HexA1A271060243c5c21
Octal241242710140447413441
Binary10100001101000101111011000001001001111001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A207; }

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

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

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

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

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

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

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

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