#AEA908

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

Shades of Citrus #AEA908

Tints of Citrus #AEA908

Color information

#AEA908 (or 0xAEA908) is unknown color: approx Citrus. HEX triplet: AE, A9 and 08. RGB value is (174,169,8). Sum of RGB (Red+Green+Blue) = 174+169+8=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA908 is #5156F7. Grayscale: #989898. Windows color (decimal): -5330680 or 567726. OLE color: 567726.

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

Color convert

RGB1741698-
CMYK00.030.950.32
HSL58.19º91.21%35.69%-
HSV(B)58.19º95.4%68.24%-
XYZ31.6937.395.78-
YUV152.1446.66143.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 8 (3.52% from 255) = 2.28%
R=49.57%
G=48.15%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174169800.030.950.3258.1991.2135.69
HexAEA98035F203a5b24
Octal2562511003137407213344
Binary1010111010101001100001110111111000001110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA908; }

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

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

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

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

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

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

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

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