Html Css Color HEX #A09483 Malta

📋 copy color: '#A09483'

red 160 ◦ green 148 ◦ blue 131

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

Shades of Malta #A09483

Tints of Malta #A09483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 36.45%
G = 33.71%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A09483 (or 0xA09483) is known color: Malta. HEX triplet: A0, 94 and 83. RGB value is (160,148,131). Sum of RGB (Red+Green+Blue) = 160+148+131=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A09483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09483 is #5F6B7C. Grayscale: #959595. Windows color (decimal): -6253437 or 8623264. OLE color: 8623264.

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

Color convert

RGB 160 148 131 -
CMYK 0 0.07 0.18 0.37
HSL 35.17º 0.13% 0.57% -
HSV(B) 35.17º 0.18% 0.63% -
XYZ 29.18 30.29 25.78 -
YUV 149.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 160 148 131 0 0.07 0.18 0.37 35.17 0.13 0.57
Hex A0 94 83 0 7 12 25 23 D 39
Octal 240 224 203 0 7 22 45 43 15 71
Binary 10100000 10010100 10000011 0 111 10010 100101 100011 1101 111001

Color Harmonies of #A09483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09483

Black with #A09483

Text Example


Text Example

White with #A09483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09483; }

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

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

background-color css

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

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

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

border-color css

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

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

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