#AEAA0B

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

Shades of Citrus #AEAA0B

Tints of Citrus #AEAA0B

Color information

#AEAA0B (or 0xAEAA0B) is unknown color: approx Citrus. HEX triplet: AE, AA and 0B. RGB value is (174,170,11). Sum of RGB (Red+Green+Blue) = 174+170+11=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA0B is #5155F4. Grayscale: #999999. Windows color (decimal): -5330421 or 764590. OLE color: 764590.

HSL color Cylindrical-coordinate representation of color #AEAA0B: hue angle of 58.53º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEAA0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB17417011-
CMYK00.020.940.32
HSL58.53º88.11%36.27%-
HSV(B)58.53º93.68%68.24%-
XYZ31.8937.775.93-
YUV153.0747.83142.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 11 (4.69% from 255) = 3.10%
R=49.01%
G=47.89%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741701100.020.940.3258.5388.1136.27
HexAEAAB025E203b5824
Octal2562521302136407313044
Binary1010111010101010101101010111101000001110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA0B; }

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

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

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

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

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

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

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

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