Html Css Color HEX #A09485 Malta

📋 copy color: '#A09485'

red 160 ◦ green 148 ◦ blue 133

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

Shades of Malta #A09485

Tints of Malta #A09485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 36.28%
G = 33.56%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A09485 (or 0xA09485) is known color: Malta. HEX triplet: A0, 94 and 85. RGB value is (160,148,133). Sum of RGB (Red+Green+Blue) = 160+148+133=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09485 is #5F6B7A. Grayscale: #959595. Windows color (decimal): -6253435 or 8754336. OLE color: 8754336.

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

Color convert

RGB 160 148 133 -
CMYK 0 0.07 0.17 0.37
HSL 33.33º 0.12% 0.57% -
HSV(B) 33.33º 0.17% 0.63% -
XYZ 29.32 30.35 26.5 -
YUV 149.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 160 148 133 0 0.07 0.17 0.37 33.33 0.12 0.57
Hex A0 94 85 0 7 11 25 21 C 39
Octal 240 224 205 0 7 21 45 41 14 71
Binary 10100000 10010100 10000101 0 111 10001 100101 100001 1100 111001

Color Harmonies of #A09485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09485

Black with #A09485

Text Example


Text Example

White with #A09485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09485; }

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

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

background-color css

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

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

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

border-color css

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

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

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