#A1AB23

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

Shades of Bahia #A1AB23

Tints of Bahia #A1AB23

Color information

#A1AB23 (or 0xA1AB23) is unknown color: approx Bahia. HEX triplet: A1, AB and 23. RGB value is (161,171,35). Sum of RGB (Red+Green+Blue) = 161+171+35=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB23 is #5E54DC. Grayscale: #999999. Windows color (decimal): -6182109 or 2337697. OLE color: 2337697.

HSL color Cylindrical-coordinate representation of color #A1AB23: hue angle of 64.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1AB23 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB16117135-
CMYK0.0600.800.33
HSL64.41º66.02%40.39%-
HSV(B)64.41º79.53%67.06%-
XYZ29.5636.827.14-
YUV152.5161.69134.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 35 (14.06% from 255) = 9.54%
R=43.87%
G=46.59%
B=9.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171350.0600.800.3364.4166.0240.39
HexA1AB23605021404228
Octal24125343601204110010250
Binary10100001101010111000111100101000010000110000001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB23; }

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

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

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

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

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

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

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

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