#AEAA06

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

Shades of Citrus #AEAA06

Tints of Citrus #AEAA06

Color information

#AEAA06 (or 0xAEAA06) is unknown color: approx Citrus. HEX triplet: AE, AA and 06. RGB value is (174,170,6). Sum of RGB (Red+Green+Blue) = 174+170+6=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA06 is #5155F9. Grayscale: #999999. Windows color (decimal): -5330426 or 436910. OLE color: 436910.

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

Color convert

RGB1741706-
CMYK00.020.970.32
HSL58.57º93.33%35.29%-
HSV(B)58.57º96.55%68.24%-
XYZ31.8637.765.78-
YUV152.545.33143.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 6 (2.73% from 255) = 1.71%
R=49.71%
G=48.57%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174170600.020.970.3258.5793.3335.29
HexAEAA60261203b5d23
Octal256252602141407313543
Binary101011101010101011001011000011000001110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA06; }

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

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

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

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

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

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

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

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