Html Css Color HEX #A09380 Malta

📋 copy color: '#A09380'

red 160 ◦ green 147 ◦ blue 128

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

Shades of Malta #A09380

Tints of Malta #A09380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.79%

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 36.78%
G = 33.79%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A09380 (or 0xA09380) is known color: Malta. HEX triplet: A0, 93 and 80. RGB value is (160,147,128). Sum of RGB (Red+Green+Blue) = 160+147+128=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A09380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09380 is #5F6C7F. Grayscale: #949494. Windows color (decimal): -6253696 or 8426400. OLE color: 8426400.

HSL color Cylindrical-coordinate representation of color #A09380: hue angle of 35.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A09380 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 128 -
CMYK 0 0.08 0.20 0.37
HSL 35.63º 0.14% 0.56% -
HSV(B) 35.63º 0.2% 0.63% -
XYZ 28.83 29.9 24.67 -
YUV 148.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 160 147 128 0 0.08 0.20 0.37 35.63 0.14 0.56
Hex A0 93 80 0 8 14 25 24 E 38
Octal 240 223 200 0 10 24 45 44 16 70
Binary 10100000 10010011 10000000 0 1000 10100 100101 100100 1110 111000

Color Harmonies of #A09380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09380

Black with #A09380

Text Example


Text Example

White with #A09380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09380; }

 p { color: rgb(160,147,128); }

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

background-color css

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

 a { background-color: rgb(160,147,128); }

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

border-color css

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

 span { border-color: rgb(160,147,128); }

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