#AAA400

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

Shades of Citrus #AAA400

Tints of Citrus #AAA400

Color information

#AAA400 (or 0xAAA400) is unknown color: approx Citrus. HEX triplet: AA, A4 and 00. RGB value is (170,164,0). Sum of RGB (Red+Green+Blue) = 170+164+0=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA400 is #555BFF. Grayscale: #939393. Windows color (decimal): -5594112 or 42154. OLE color: 42154.

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

Color convert

RGB1701640-
CMYK00.0410.33
HSL57.88º100%33.33%-
HSV(B)57.88º100%66.67%-
XYZ29.8535.15.2-
YUV147.144.99144.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 164 (64.45% from 255) = 49.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.90%
G=49.10%
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
Decimal170164000.0410.3357.8810033.33
HexAAA400464213a6421
Octal252244004144417214441
Binary10101010101001000010011001001000011110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA400; }

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

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

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

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

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

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

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

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