#AAB711

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

Shades of Citrus #AAB711

Tints of Citrus #AAB711

Color information

#AAB711 (or 0xAAB711) is unknown color: approx Citrus. HEX triplet: AA, B7 and 11. RGB value is (170,183,17). Sum of RGB (Red+Green+Blue) = 170+183+17=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB711 is #5548EE. Grayscale: #A0A0A0. Windows color (decimal): -5589231 or 1161130. OLE color: 1161130.

HSL color Cylindrical-coordinate representation of color #AAB711: hue angle of 64.7º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB711 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB17018317-
CMYK0.0700.910.28
HSL64.7º83%39.22%-
HSV(B)64.7º90.71%71.76%-
XYZ33.6142.456.95-
YUV160.1947.19135-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 183 (71.88% from 255) = 49.46%
BLUE value IS 17 (7.03% from 255) = 4.59%
R=45.95%
G=49.46%
B=4.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183170.0700.910.2864.78339.22
HexAAB711705B1C415327
Octal25226721701333410112347
Binary101010101011011110001111010110111110010000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB711; }

 p { color: rgb(170,183,17); }

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

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

 a { background-color: rgb(170,183,17); }

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

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

 span { border-color: rgb(170,183,17); }

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