#AAA300

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

Shades of Citrus #AAA300

Tints of Citrus #AAA300

Color information

#AAA300 (or 0xAAA300) is unknown color: approx Citrus. HEX triplet: AA, A3 and 00. RGB value is (170,163,0). Sum of RGB (Red+Green+Blue) = 170+163+0=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA300 is #555CFF. Grayscale: #939393. Windows color (decimal): -5594368 or 41898. OLE color: 41898.

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

Color convert

RGB1701630-
CMYK00.0410.33
HSL57.53º100%33.33%-
HSV(B)57.53º100%66.67%-
XYZ29.6734.745.14-
YUV146.5145.32144.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.05%
G=48.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170163000.0410.3357.5310033.33
HexAAA300464213a6421
Octal252243004144417214441
Binary10101010101000110010011001001000011110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA300; }

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

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

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

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

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

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

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

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