#A1AB17

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

Shades of Citrus #A1AB17

Tints of Citrus #A1AB17

Color information

#A1AB17 (or 0xA1AB17) is unknown color: approx Citrus. HEX triplet: A1, AB and 17. RGB value is (161,171,23). Sum of RGB (Red+Green+Blue) = 161+171+23=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB17 is #5E54E8. Grayscale: #979797. Windows color (decimal): -6182121 or 1551265. OLE color: 1551265.

HSL color Cylindrical-coordinate representation of color #A1AB17: hue angle of 64.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1AB17 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB16117123-
CMYK0.0600.870.33
HSL64.05º76.29%38.04%-
HSV(B)64.05º86.55%67.06%-
XYZ29.4236.766.36-
YUV151.1455.69135.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 23 (9.38% from 255) = 6.48%
R=45.35%
G=48.17%
B=6.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171230.0600.870.3364.0576.2938.04
HexA1AB17605721404c26
Octal24125327601274110011446
Binary1010000110101011101111100101011110000110000001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB17; }

 p { color: rgb(161,171,23); }

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

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

 a { background-color: rgb(161,171,23); }

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

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

 span { border-color: rgb(161,171,23); }

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