#AAAA01

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

Shades of Citrus #AAAA01

Tints of Citrus #AAAA01

Color information

#AAAA01 (or 0xAAAA01) is unknown color: approx Citrus. HEX triplet: AA, AA and 01. RGB value is (170,170,1). Sum of RGB (Red+Green+Blue) = 170+170+1=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA01 is #5555FE. Grayscale: #979797. Windows color (decimal): -5592575 or 109226. OLE color: 109226.

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

Color convert

RGB1701701-
CMYK000.990.33
HSL60º98.83%33.53%-
HSV(B)60º99.41%66.67%-
XYZ30.9637.35.6-
YUV150.7343.5141.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=49.85%
G=49.85%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701701000.990.336098.8333.53
HexAAAA10063213c6322
Octal252252100143417414342
Binary101010101010101010011000111000011111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA01; }

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

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

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

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

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

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

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

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