#AAA401

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

Shades of Citrus #AAA401

Tints of Citrus #AAA401

Color information

#AAA401 (or 0xAAA401) is unknown color: approx Citrus. HEX triplet: AA, A4 and 01. RGB value is (170,164,1). Sum of RGB (Red+Green+Blue) = 170+164+1=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA401 is #555BFE. Grayscale: #939393. Windows color (decimal): -5594111 or 107690. OLE color: 107690.

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

Color convert

RGB1701641-
CMYK00.040.990.33
HSL57.87º98.83%33.53%-
HSV(B)57.87º99.41%66.67%-
XYZ29.8635.15.23-
YUV147.2145.49144.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=50.75%
G=48.96%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170164100.040.990.3357.8798.8333.53
HexAAA410463213a6322
Octal252244104143417214342
Binary10101010101001001010011000111000011110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA401; }

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

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

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

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

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

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

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

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