#AEAD01

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

Shades of Citrus #AEAD01

Tints of Citrus #AEAD01

Color information

#AEAD01 (or 0xAEAD01) is unknown color: approx Citrus. HEX triplet: AE, AD and 01. RGB value is (174,173,1). Sum of RGB (Red+Green+Blue) = 174+173+1=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD01 is #5152FE. Grayscale: #9A9A9A. Windows color (decimal): -5329663 or 109998. OLE color: 109998.

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

Color convert

RGB1741731-
CMYK00.010.990.32
HSL59.65º98.86%34.31%-
HSV(B)59.65º99.43%68.24%-
XYZ32.438.895.83-
YUV153.6941.83142.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 173 (67.97% from 255) = 49.71%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=50%
G=49.71%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174173100.010.990.3259.6598.8634.31
HexAEAD10163203c6322
Octal256255101143407414342
Binary101011101010110110111000111000001111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD01; }

 p { color: rgb(174,173,1); }

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

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

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

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

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

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

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