#A1A59B

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

Shades of Delta #A1A59B

Tints of Delta #A1A59B

Color information

#A1A59B (or 0xA1A59B) is unknown color: approx Delta. HEX triplet: A1, A5 and 9B. RGB value is (161,165,155). Sum of RGB (Red+Green+Blue) = 161+165+155=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A59B is #5E5A64. Grayscale: #A2A2A2. Windows color (decimal): -6183525 or 10200481. OLE color: 10200481.

HSL color Cylindrical-coordinate representation of color #A1A59B: hue angle of 84º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1A59B is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB161165155-
CMYK0.0200.060.35
HSL84º5.26%62.75%-
HSV(B)84º6.06%64.71%-
XYZ34.0736.8536.33-
YUV162.66123.67126.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=33.47%
G=34.30%
B=32.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611651550.0200.060.35845.2662.75
HexA1A59B206235453f
Octal24124523320643124577
Binary1010000110100101100110111001101000111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A59B; }

 p { color: rgb(161,165,155); }

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

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

 a { background-color: rgb(161,165,155); }

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

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

 span { border-color: rgb(161,165,155); }

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