#AEA904

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

Shades of Citrus #AEA904

Tints of Citrus #AEA904

Color information

#AEA904 (or 0xAEA904) is unknown color: approx Citrus. HEX triplet: AE, A9 and 04. RGB value is (174,169,4). Sum of RGB (Red+Green+Blue) = 174+169+4=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA904 is #5156FB. Grayscale: #989898. Windows color (decimal): -5330684 or 305582. OLE color: 305582.

HSL color Cylindrical-coordinate representation of color #AEA904: hue angle of 58.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEA904 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741694-
CMYK00.030.980.32
HSL58.24º95.51%34.9%-
HSV(B)58.24º97.7%68.24%-
XYZ31.6737.385.66-
YUV151.6844.66143.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=50.14%
G=48.70%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174169400.030.980.3258.2495.5134.9
HexAEA940362203a6023
Octal256251403142407214043
Binary101011101010100110001111000101000001110101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA904; }

 p { color: rgb(174,169,4); }

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

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

 a { background-color: rgb(174,169,4); }

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

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

 span { border-color: rgb(174,169,4); }

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