#AAA80C

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

Shades of Citrus #AAA80C

Tints of Citrus #AAA80C

Color information

#AAA80C (or 0xAAA80C) is unknown color: approx Citrus. HEX triplet: AA, A8 and 0C. RGB value is (170,168,12). Sum of RGB (Red+Green+Blue) = 170+168+12=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80C is #5557F3. Grayscale: #979797. Windows color (decimal): -5593076 or 829610. OLE color: 829610.

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

Color convert

RGB17016812-
CMYK00.010.930.33
HSL59.24º86.81%35.69%-
HSV(B)59.24º92.94%66.67%-
XYZ30.6536.585.79-
YUV150.8149.66141.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 168 (66.02% from 255) = 48%
BLUE value IS 12 (5.08% from 255) = 3.43%
R=48.57%
G=48%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701681200.010.930.3359.2486.8135.69
HexAAA8C015D213b5724
Octal2522501401135417312744
Binary101010101010100011000110111011000011110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA80C; }

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

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

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

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

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

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

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

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