#AEAC01

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

Shades of Citrus #AEAC01

Tints of Citrus #AEAC01

Color information

#AEAC01 (or 0xAEAC01) is unknown color: approx Citrus. HEX triplet: AE, AC and 01. RGB value is (174,172,1). Sum of RGB (Red+Green+Blue) = 174+172+1=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC01 is #5153FE. Grayscale: #999999. Windows color (decimal): -5329919 or 109742. OLE color: 109742.

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

Color convert

RGB1741721-
CMYK00.010.990.32
HSL59.31º98.86%34.31%-
HSV(B)59.31º99.43%68.24%-
XYZ32.2138.515.76-
YUV153.142.16142.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=50.14%
G=49.57%
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
Decimal174172100.010.990.3259.3198.8634.31
HexAEAC10163203b6322
Octal256254101143407314342
Binary101011101010110010111000111000001110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC01; }

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

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

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

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

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

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

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

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