#A6AB0F

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

Shades of Citrus #A6AB0F

Tints of Citrus #A6AB0F

Color information

#A6AB0F (or 0xA6AB0F) is unknown color: approx Citrus. HEX triplet: A6, AB and 0F. RGB value is (166,171,15). Sum of RGB (Red+Green+Blue) = 166+171+15=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB0F is #5954F0. Grayscale: #989898. Windows color (decimal): -5854449 or 1026982. OLE color: 1026982.

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

Color convert

RGB16617115-
CMYK0.0300.910.33
HSL61.92º83.87%36.47%-
HSV(B)61.92º91.23%67.06%-
XYZ30.3837.276.04-
YUV151.7250.84138.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 15 (6.25% from 255) = 4.26%
R=47.16%
G=48.58%
B=4.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171150.0300.910.3361.9283.8736.47
HexA6ABF305B213e5424
Octal2462531730133417612444
Binary1010011010101011111111010110111000011111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB0F; }

 p { color: rgb(166,171,15); }

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

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

 a { background-color: rgb(166,171,15); }

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

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

 span { border-color: rgb(166,171,15); }

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