#AEA603

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

Shades of Citrus #AEA603

Tints of Citrus #AEA603

Color information

#AEA603 (or 0xAEA603) is unknown color: approx Citrus. HEX triplet: AE, A6 and 03. RGB value is (174,166,3). Sum of RGB (Red+Green+Blue) = 174+166+3=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA603 is #5159FC. Grayscale: #969696. Windows color (decimal): -5331453 or 239278. OLE color: 239278.

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

Color convert

RGB1741663-
CMYK00.050.980.32
HSL57.19º96.61%34.71%-
HSV(B)57.19º98.28%68.24%-
XYZ31.1136.285.45-
YUV149.8145.15145.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=50.73%
G=48.40%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174166300.050.980.3257.1996.6134.71
HexAEA63056220396123
Octal256246305142407114143
Binary101011101010011011010111000101000001110011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA603; }

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

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

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

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

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

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

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

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