#AAA704

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

Shades of Citrus #AAA704

Tints of Citrus #AAA704

Color information

#AAA704 (or 0xAAA704) is unknown color: approx Citrus. HEX triplet: AA, A7 and 04. RGB value is (170,167,4). Sum of RGB (Red+Green+Blue) = 170+167+4=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA704 is #5558FB. Grayscale: #959595. Windows color (decimal): -5593340 or 305066. OLE color: 305066.

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

Color convert

RGB1701674-
CMYK00.020.980.33
HSL58.92º95.4%34.12%-
HSV(B)58.92º97.65%66.67%-
XYZ30.4236.195.5-
YUV149.3145.99142.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 167 (65.62% from 255) = 48.97%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=49.85%
G=48.97%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170167400.020.980.3358.9295.434.12
HexAAA740262213b5f22
Octal252247402142417313742
Binary101010101010011110001011000101000011110111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA704; }

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

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

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

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

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

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

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

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