#AAA402

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

Shades of Citrus #AAA402

Tints of Citrus #AAA402

Color information

#AAA402 (or 0xAAA402) is unknown color: approx Citrus. HEX triplet: AA, A4 and 02. RGB value is (170,164,2). Sum of RGB (Red+Green+Blue) = 170+164+2=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA402 is #555BFD. Grayscale: #939393. Windows color (decimal): -5594110 or 173226. OLE color: 173226.

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

Color convert

RGB1701642-
CMYK00.040.990.33
HSL57.86º97.67%33.73%-
HSV(B)57.86º98.82%66.67%-
XYZ29.8635.15.26-
YUV147.3345.99144.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=50.60%
G=48.81%
B=0.60%

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
Decimal170164200.040.990.3357.8697.6733.73
HexAAA420463213a6222
Octal252244204143417214242
Binary101010101010010010010011000111000011110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA402; }

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

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

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

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

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

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

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

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