Html Css Color HEX #A09481 Malta

📋 copy color: '#A09481'

red 160 ◦ green 148 ◦ blue 129

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

Shades of Malta #A09481

Tints of Malta #A09481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 36.61%
G = 33.87%
B = 29.52%

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

#A09481 (or 0xA09481) is known color: Malta. HEX triplet: A0, 94 and 81. RGB value is (160,148,129). Sum of RGB (Red+Green+Blue) = 160+148+129=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A09481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09481 is #5F6B7E. Grayscale: #959595. Windows color (decimal): -6253439 or 8492192. OLE color: 8492192.

HSL color Cylindrical-coordinate representation of color #A09481: hue angle of 36.77º 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 #A09481 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 129 -
CMYK 0 0.07 0.19 0.37
HSL 36.77º 0.14% 0.57% -
HSV(B) 36.77º 0.19% 0.63% -
XYZ 29.05 30.24 25.07 -
YUV 149.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 160 148 129 0 0.07 0.19 0.37 36.77 0.14 0.57
Hex A0 94 81 0 7 13 25 25 E 39
Octal 240 224 201 0 7 23 45 45 16 71
Binary 10100000 10010100 10000001 0 111 10011 100101 100101 1110 111001

Color Harmonies of #A09481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09481

Black with #A09481

Text Example


Text Example

White with #A09481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09481; }

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

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

background-color css

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

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

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

border-color css

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

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

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