#AEAB04

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

Shades of Citrus #AEAB04

Tints of Citrus #AEAB04

Color information

#AEAB04 (or 0xAEAB04) is unknown color: approx Citrus. HEX triplet: AE, AB and 04. RGB value is (174,171,4). Sum of RGB (Red+Green+Blue) = 174+171+4=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB04 is #5154FB. Grayscale: #999999. Windows color (decimal): -5330172 or 306094. OLE color: 306094.

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

Color convert

RGB1741714-
CMYK00.020.980.32
HSL58.94º95.51%34.9%-
HSV(B)58.94º97.7%68.24%-
XYZ32.0438.135.79-
YUV152.8643.99143.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=49.86%
G=49.00%
B=1.15%

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
Decimal174171400.020.980.3258.9495.5134.9
HexAEAB40262203b6023
Octal256253402142407314043
Binary101011101010101110001011000101000001110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB04; }

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

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

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

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

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

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

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

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