#AAAB0E

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

Shades of Citrus #AAAB0E

Tints of Citrus #AAAB0E

Color information

#AAAB0E (or 0xAAAB0E) is unknown color: approx Citrus. HEX triplet: AA, AB and 0E. RGB value is (170,171,14). Sum of RGB (Red+Green+Blue) = 170+171+14=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB0E is #5554F1. Grayscale: #999999. Windows color (decimal): -5592306 or 961450. OLE color: 961450.

HSL color Cylindrical-coordinate representation of color #AAAB0E: hue angle of 60.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAAB0E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17017114-
CMYK0.0100.920.33
HSL60.38º84.86%36.27%-
HSV(B)60.38º91.81%67.06%-
XYZ31.2237.76.05-
YUV152.849.67140.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 14 (5.86% from 255) = 3.94%
R=47.89%
G=48.17%
B=3.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171140.0100.920.3360.3884.8636.27
HexAAABE105C213c5524
Octal2522531610134417412544
Binary101010101010101111101010111001000011111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB0E; }

 p { color: rgb(170,171,14); }

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

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

 a { background-color: rgb(170,171,14); }

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

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

 span { border-color: rgb(170,171,14); }

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