Html Css Color HEX #A59B8E Malta

📋 copy color: '#A59B8E'

red 165 ◦ green 155 ◦ blue 142

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

Shades of Malta #A59B8E

Tints of Malta #A59B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 35.71%
G = 33.55%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A59B8E (or 0xA59B8E) is known color: Malta. HEX triplet: A5, 9B and 8E. RGB value is (165,155,142). Sum of RGB (Red+Green+Blue) = 165+155+142=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B8E is #5A6471. Grayscale: #9C9C9C. Windows color (decimal): -5923954 or 9345957. OLE color: 9345957.

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

Color convert

RGB 165 155 142 -
CMYK 0 0.06 0.14 0.35
HSL 33.91º 0.11% 0.6% -
HSV(B) 33.91º 0.14% 0.65% -
XYZ 32.12 33.4 30.34 -
YUV 156.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 165 155 142 0 0.06 0.14 0.35 33.91 0.11 0.6
Hex A5 9B 8E 0 6 E 23 22 B 3C
Octal 245 233 216 0 6 16 43 42 13 74
Binary 10100101 10011011 10001110 0 110 1110 100011 100010 1011 111100

Color Harmonies of #A59B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B8E

Black with #A59B8E

Text Example


Text Example

White with #A59B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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