#a3aa11

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

Shades of Citrus #A3AA11

Tints of Citrus #A3AA11

Color information

#A3AA11 (or 0xA3AA11) is unknown color: approx Citrus. HEX triplet: A3, AA and 11. RGB value is (163,170,17). Sum of RGB (Red+Green+Blue) = 163+170+17=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AA11 is #5C55EE. Grayscale: #979797. Windows color (decimal): -6051311 or 1157795. OLE color: 1157795.

HSL color Cylindrical-coordinate representation of color #A3AA11: hue angle of 62.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3AA11 is Cyan = 0.04, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB16317017-
CMYK0.0400.90.33
HSL62.75º81.82%36.67%-
HSV(B)62.75º90%66.67%-
XYZ29.5836.586.03-
YUV150.4652.68136.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 17 (7.03% from 255) = 4.86%
R=46.57%
G=48.57%
B=4.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163170170.0400.90.3362.7581.8236.67
HexA3AA11405A213f5225
Octal2432522140132417712245
Binary101000111010101010001100010110101000011111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3aa11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3aa11; }

 p { color: rgb(163,170,17); }

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

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

 a { background-color: rgb(163,170,17); }

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

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

 span { border-color: rgb(163,170,17); }

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