Html Css Color HEX #A59B8D Malta

📋 copy color: '#A59B8D'

red 165 ◦ green 155 ◦ blue 141

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

Shades of Malta #A59B8D

Tints of Malta #A59B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.62%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 35.79%
G = 33.62%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A59B8D (or 0xA59B8D) is known color: Malta. HEX triplet: A5, 9B and 8D. RGB value is (165,155,141). Sum of RGB (Red+Green+Blue) = 165+155+141=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B8D is #5A6472. Grayscale: #9C9C9C. Windows color (decimal): -5923955 or 9280421. OLE color: 9280421.

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

Color convert

RGB 165 155 141 -
CMYK 0 0.06 0.15 0.35
HSL 35º 0.12% 0.6% -
HSV(B) 35º 0.15% 0.65% -
XYZ 32.05 33.37 29.95 -
YUV 156.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 165 155 141 0 0.06 0.15 0.35 35 0.12 0.6
Hex A5 9B 8D 0 6 F 23 23 C 3C
Octal 245 233 215 0 6 17 43 43 14 74
Binary 10100101 10011011 10001101 0 110 1111 100011 100011 1100 111100

Color Harmonies of #A59B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B8D

Black with #A59B8D

Text Example


Text Example

White with #A59B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B8D; }

 p { color: rgb(165,155,141); }

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

background-color css

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

 a { background-color: rgb(165,155,141); }

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

border-color css

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

 span { border-color: rgb(165,155,141); }

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