#AAAE06

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

Shades of Citrus #AAAE06

Tints of Citrus #AAAE06

Color information

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

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

Color convert

RGB1701746-
CMYK0.0200.970.32
HSL61.43º93.33%35.29%-
HSV(B)61.43º96.55%68.24%-
XYZ31.7538.835.99-
YUV153.6544.67139.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17017460.0200.970.3261.4393.3335.29
HexAAAE62061203d5d23
Octal252256620141407513543
Binary101010101010111011010011000011000001111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE06; }

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

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

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

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

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

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

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

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