#AEAA03

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

Shades of Citrus #AEAA03

Tints of Citrus #AEAA03

Color information

#AEAA03 (or 0xAEAA03) is unknown color: approx Citrus. HEX triplet: AE, AA and 03. RGB value is (174,170,3). Sum of RGB (Red+Green+Blue) = 174+170+3=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA03 is #5155FC. Grayscale: #989898. Windows color (decimal): -5330429 or 240302. OLE color: 240302.

HSL color Cylindrical-coordinate representation of color #AEAA03: hue angle of 58.6º degrees, saturation: 0.97, 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 #AEAA03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741703-
CMYK00.020.980.32
HSL58.6º96.61%34.71%-
HSV(B)58.6º98.28%68.24%-
XYZ31.8537.755.7-
YUV152.1643.83143.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=50.14%
G=48.99%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174170300.020.980.3258.696.6134.71
HexAEAA30262203b6123
Octal256252302142407314143
Binary10101110101010101101011000101000001110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA03; }

 p { color: rgb(174,170,3); }

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

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

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

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

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

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

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