#AAA701

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

Shades of Citrus #AAA701

Tints of Citrus #AAA701

Color information

#AAA701 (or 0xAAA701) is unknown color: approx Citrus. HEX triplet: AA, A7 and 01. RGB value is (170,167,1). Sum of RGB (Red+Green+Blue) = 170+167+1=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA701 is #5558FE. Grayscale: #959595. Windows color (decimal): -5593343 or 108458. OLE color: 108458.

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

Color convert

RGB1701671-
CMYK00.020.990.33
HSL58.93º98.83%33.53%-
HSV(B)58.93º99.41%66.67%-
XYZ30.436.195.41-
YUV148.9744.49143-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 167 (65.62% from 255) = 49.41%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=50.30%
G=49.41%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170167100.020.990.3358.9398.8333.53
HexAAA710263213b6322
Octal252247102143417314342
Binary1010101010100111101011000111000011110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA701; }

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

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

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

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

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

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

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

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