#A7AA11

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

Shades of Citrus #A7AA11

Tints of Citrus #A7AA11

Color information

#A7AA11 (or 0xA7AA11) is unknown color: approx Citrus. HEX triplet: A7, AA and 11. RGB value is (167,170,17). Sum of RGB (Red+Green+Blue) = 167+170+17=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AA11 is #5855EE. Grayscale: #989898. Windows color (decimal): -5789167 or 1157799. OLE color: 1157799.

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

Color convert

RGB16717017-
CMYK0.0200.90.33
HSL61.18º81.82%36.67%-
HSV(B)61.18º90%66.67%-
XYZ30.4137.016.07-
YUV151.6652.01138.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 17 (7.03% from 255) = 4.80%
R=47.18%
G=48.02%
B=4.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170170.0200.90.3361.1881.8236.67
HexA7AA11205A213d5225
Octal2472522120132417512245
Binary10100111101010101000110010110101000011111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA11; }

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

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

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

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

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

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

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

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