Html Css Color HEX #A09482 Malta

📋 copy color: '#A09482'

red 160 ◦ green 148 ◦ blue 130

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

Shades of Malta #A09482

Tints of Malta #A09482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 36.53%
G = 33.79%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A09482 (or 0xA09482) is known color: Malta. HEX triplet: A0, 94 and 82. RGB value is (160,148,130). Sum of RGB (Red+Green+Blue) = 160+148+130=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A09482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09482 is #5F6B7D. Grayscale: #959595. Windows color (decimal): -6253438 or 8557728. OLE color: 8557728.

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

Color convert

RGB 160 148 130 -
CMYK 0 0.07 0.19 0.37
HSL 36º 0.14% 0.57% -
HSV(B) 36º 0.19% 0.63% -
XYZ 29.12 30.27 25.43 -
YUV 149.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 160 148 130 0 0.07 0.19 0.37 36 0.14 0.57
Hex A0 94 82 0 7 13 25 24 E 39
Octal 240 224 202 0 7 23 45 44 16 71
Binary 10100000 10010100 10000010 0 111 10011 100101 100100 1110 111001

Color Harmonies of #A09482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09482

Black with #A09482

Text Example


Text Example

White with #A09482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09482; }

 p { color: rgb(160,148,130); }

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

background-color css

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

 a { background-color: rgb(160,148,130); }

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

border-color css

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

 span { border-color: rgb(160,148,130); }

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