Html Css Color HEX #A09688 Malta

📋 copy color: '#A09688'

red 160 ◦ green 150 ◦ blue 136

#A09688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malta #A09688

Tints of Malta #A09688

RGB

 RED value IS 160 (62.89% from 255) = 35.87%

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 35.87%
G = 33.63%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A09688 (or 0xA09688) is known color: Malta. HEX triplet: A0, 96 and 88. RGB value is (160,150,136). Sum of RGB (Red+Green+Blue) = 160+150+136=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A09688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09688 is #5F6977. Grayscale: #979797. Windows color (decimal): -6252920 or 8951456. OLE color: 8951456.

HSL color Cylindrical-coordinate representation of color #A09688: hue angle of 35º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09688 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 150 136 -
CMYK 0 0.06 0.15 0.37
HSL 35º 0.11% 0.58% -
HSV(B) 35º 0.15% 0.63% -
XYZ 29.85 31.06 27.72 -
YUV 151.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 160 150 136 0 0.06 0.15 0.37 35 0.11 0.58
Hex A0 96 88 0 6 F 25 23 B 3A
Octal 240 226 210 0 6 17 45 43 13 72
Binary 10100000 10010110 10001000 0 110 1111 100101 100011 1011 111010

Color Harmonies of #A09688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09688

Black with #A09688

Text Example


Text Example

White with #A09688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09688; }

 p { color: rgb(160,150,136); }

 H1.HeaderClassName
 {
   color: #A09688;
 }
 .AnyTagClassName
 {
   color: #A09688;
 }
</style>

background-color css

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

 a { background-color: rgb(160,150,136); }

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

border-color css

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

 span { border-color: rgb(160,150,136); }

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