Html Css Color HEX #A59985 Malta

📋 copy color: '#A59985'

red 165 ◦ green 153 ◦ blue 133

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

Shades of Malta #A59985

Tints of Malta #A59985

RGB

 RED value IS 165 (64.84% from 255) = 36.59%

 GREEN value IS 153 (60.16% from 255) = 33.92%

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

R = 36.59%
G = 33.92%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A59985 (or 0xA59985) is known color: Malta. HEX triplet: A5, 99 and 85. RGB value is (165,153,133). Sum of RGB (Red+Green+Blue) = 165+153+133=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A59985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59985 is #5A667A. Grayscale: #9A9A9A. Windows color (decimal): -5924475 or 8755621. OLE color: 8755621.

HSL color Cylindrical-coordinate representation of color #A59985: hue angle of 37.5º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A59985 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 133 -
CMYK 0 0.07 0.19 0.35
HSL 37.5º 0.15% 0.58% -
HSV(B) 37.5º 0.19% 0.65% -
XYZ 31.14 32.48 26.82 -
YUV 154.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 165 153 133 0 0.07 0.19 0.35 37.5 0.15 0.58
Hex A5 99 85 0 7 13 23 26 F 3A
Octal 245 231 205 0 7 23 43 46 17 72
Binary 10100101 10011001 10000101 0 111 10011 100011 100110 1111 111010

Color Harmonies of #A59985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59985

Black with #A59985

Text Example


Text Example

White with #A59985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59985; }

 p { color: rgb(165,153,133); }

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

background-color css

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

 a { background-color: rgb(165,153,133); }

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

border-color css

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

 span { border-color: rgb(165,153,133); }

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