Html Css Color HEX #A09689 Malta

📋 copy color: '#A09689'

red 160 ◦ green 150 ◦ blue 137

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

Shades of Malta #A09689

Tints of Malta #A09689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.65%

R = 35.79%
G = 33.56%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A09689 (or 0xA09689) is known color: Malta. HEX triplet: A0, 96 and 89. RGB value is (160,150,137). Sum of RGB (Red+Green+Blue) = 160+150+137=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A09689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09689 is #5F6976. Grayscale: #979797. Windows color (decimal): -6252919 or 9016992. OLE color: 9016992.

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

Color convert

RGB 160 150 137 -
CMYK 0 0.06 0.14 0.37
HSL 33.91º 0.11% 0.58% -
HSV(B) 33.91º 0.14% 0.63% -
XYZ 29.92 31.09 28.09 -
YUV 151.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 160 150 137 0 0.06 0.14 0.37 33.91 0.11 0.58
Hex A0 96 89 0 6 E 25 22 B 3A
Octal 240 226 211 0 6 16 45 42 13 72
Binary 10100000 10010110 10001001 0 110 1110 100101 100010 1011 111010

Color Harmonies of #A09689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09689

Black with #A09689

Text Example


Text Example

White with #A09689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09689; }

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

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

background-color css

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

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

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

border-color css

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

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

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