#AEAE07

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

Shades of Citrus #AEAE07

Tints of Citrus #AEAE07

Color information

#AEAE07 (or 0xAEAE07) is unknown color: approx Citrus. HEX triplet: AE, AE and 07. RGB value is (174,174,7). Sum of RGB (Red+Green+Blue) = 174+174+7=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE07 is #5151F8. Grayscale: #9B9B9B. Windows color (decimal): -5329401 or 503470. OLE color: 503470.

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

Color convert

RGB1741747-
CMYK000.960.32
HSL60º92.27%35.49%-
HSV(B)60º95.98%68.24%-
XYZ32.6339.296.06-
YUV154.9644.5141.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=49.01%
G=49.01%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741747000.960.326092.2735.49
HexAEAE70060203c5c23
Octal256256700140407413443
Binary10101110101011101110011000001000001111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE07; }

 p { color: rgb(174,174,7); }

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

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

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

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

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

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

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