#AAAC13

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

Shades of Citrus #AAAC13

Tints of Citrus #AAAC13

Color information

#AAAC13 (or 0xAAAC13) is unknown color: approx Citrus. HEX triplet: AA, AC and 13. RGB value is (170,172,19). Sum of RGB (Red+Green+Blue) = 170+172+19=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC13 is #5553EC. Grayscale: #9A9A9A. Windows color (decimal): -5592045 or 1289386. OLE color: 1289386.

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

Color convert

RGB17017219-
CMYK0.0100.890.33
HSL60.78º80.1%37.45%-
HSV(B)60.78º88.95%67.45%-
XYZ31.4538.16.31-
YUV153.9651.84139.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 19 (7.81% from 255) = 5.26%
R=47.09%
G=47.65%
B=5.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172190.0100.890.3360.7880.137.45
HexAAAC131059213d5025
Octal2522542310131417512045
Binary1010101010101100100111010110011000011111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC13; }

 p { color: rgb(170,172,19); }

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

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

 a { background-color: rgb(170,172,19); }

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

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

 span { border-color: rgb(170,172,19); }

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