#AAA80A

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

Shades of Citrus #AAA80A

Tints of Citrus #AAA80A

Color information

#AAA80A (or 0xAAA80A) is unknown color: approx Citrus. HEX triplet: AA, A8 and 0A. RGB value is (170,168,10). Sum of RGB (Red+Green+Blue) = 170+168+10=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80A is #5557F5. Grayscale: #979797. Windows color (decimal): -5593078 or 698538. OLE color: 698538.

HSL color Cylindrical-coordinate representation of color #AAA80A: hue angle of 59.25º 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 #AAA80A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17016810-
CMYK00.010.940.33
HSL59.25º88.89%35.29%-
HSV(B)59.25º94.12%66.67%-
XYZ30.6336.575.73-
YUV150.5948.66141.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=48.85%
G=48.28%
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
Decimal1701681000.010.940.3359.2588.8935.29
HexAAA8A015E213b5923
Octal2522501201136417313143
Binary101010101010100010100110111101000011110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA80A; }

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

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

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

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

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

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

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

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