#AAA90A

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

Shades of Citrus #AAA90A

Tints of Citrus #AAA90A

Color information

#AAA90A (or 0xAAA90A) is unknown color: approx Citrus. HEX triplet: AA, A9 and 0A. RGB value is (170,169,10). Sum of RGB (Red+Green+Blue) = 170+169+10=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA90A is #5556F5. Grayscale: #979797. Windows color (decimal): -5592822 or 698794. OLE color: 698794.

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

Color convert

RGB17016910-
CMYK00.010.940.33
HSL59.62º88.89%35.29%-
HSV(B)59.62º94.12%66.67%-
XYZ30.8236.945.79-
YUV151.1748.33141.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=48.71%
G=48.42%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701691000.010.940.3359.6288.8935.29
HexAAA9A015E213c5923
Octal2522511201136417413143
Binary101010101010100110100110111101000011111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA90A; }

 p { color: rgb(170,169,10); }

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

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

 a { background-color: rgb(170,169,10); }

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

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

 span { border-color: rgb(170,169,10); }

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