#A7AB12

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

Shades of Citrus #A7AB12

Tints of Citrus #A7AB12

Color information

#A7AB12 (or 0xA7AB12) is unknown color: approx Citrus. HEX triplet: A7, AB and 12. RGB value is (167,171,18). Sum of RGB (Red+Green+Blue) = 167+171+18=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AB12 is #5854ED. Grayscale: #989898. Windows color (decimal): -5788910 or 1223591. OLE color: 1223591.

HSL color Cylindrical-coordinate representation of color #A7AB12: hue angle of 61.57º degrees, saturation: 0.81, 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 #A7AB12 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB16717118-
CMYK0.0200.890.33
HSL61.57º80.95%37.06%-
HSV(B)61.57º89.47%67.06%-
XYZ30.6137.386.18-
YUV152.3652.17138.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 171 (67.19% from 255) = 48.03%
BLUE value IS 18 (7.42% from 255) = 5.06%
R=46.91%
G=48.03%
B=5.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167171180.0200.890.3361.5780.9537.06
HexA7AB122059213e5125
Octal2472532220131417612145
Binary10100111101010111001010010110011000011111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB12; }

 p { color: rgb(167,171,18); }

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

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

 a { background-color: rgb(167,171,18); }

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

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

 span { border-color: rgb(167,171,18); }

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