#AAA908

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

Shades of Citrus #AAA908

Tints of Citrus #AAA908

Color information

#AAA908 (or 0xAAA908) is unknown color: approx Citrus. HEX triplet: AA, A9 and 08. RGB value is (170,169,8). Sum of RGB (Red+Green+Blue) = 170+169+8=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA908 is #5556F7. Grayscale: #979797. Windows color (decimal): -5592824 or 567722. OLE color: 567722.

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

Color convert

RGB1701698-
CMYK00.010.950.33
HSL59.63º91.01%34.9%-
HSV(B)59.63º95.29%66.67%-
XYZ30.8136.945.74-
YUV150.9447.33141.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=48.99%
G=48.70%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170169800.010.950.3359.6391.0134.9
HexAAA98015F213c5b23
Octal2522511001137417413343
Binary101010101010100110000110111111000011111001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA908; }

 p { color: rgb(170,169,8); }

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

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

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

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

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

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

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