#A69B8D

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

Shades of Malta #A69B8D

Tints of Malta #A69B8D

Color information

#A69B8D (or 0xA69B8D) is unknown color: approx Malta. HEX triplet: A6, 9B and 8D. RGB value is (166,155,141). Sum of RGB (Red+Green+Blue) = 166+155+141=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B8D is #596472. Grayscale: #9C9C9C. Windows color (decimal): -5858419 or 9280422. OLE color: 9280422.

HSL color Cylindrical-coordinate representation of color #A69B8D: hue angle of 33.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A69B8D is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB166155141-
CMYK00.070.150.35
HSL33.6º12.32%60.2%-
HSV(B)33.6º15.06%65.1%-
XYZ32.2533.4729.96-
YUV156.69119.14134.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=35.93%
G=33.55%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615514100.070.150.3533.612.3260.2
HexA69B8D07F2322c3c
Octal246233215071743421474
Binary101001101001101110001101011111111000111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B8D; }

 p { color: rgb(166,155,141); }

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

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

 a { background-color: rgb(166,155,141); }

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

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

 span { border-color: rgb(166,155,141); }

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