Html Css Color HEX #A59682 Malta

📋 copy color: '#A59682'

red 165 ◦ green 150 ◦ blue 130

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

Shades of Malta #A59682

Tints of Malta #A59682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 37.08%
G = 33.71%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A59682 (or 0xA59682) is known color: Malta. HEX triplet: A5, 96 and 82. RGB value is (165,150,130). Sum of RGB (Red+Green+Blue) = 165+150+130=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A59682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59682 is #5A697D. Grayscale: #989898. Windows color (decimal): -5925246 or 8558245. OLE color: 8558245.

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

Color convert

RGB 165 150 130 -
CMYK 0 0.09 0.21 0.35
HSL 34.29º 0.16% 0.58% -
HSV(B) 34.29º 0.21% 0.65% -
XYZ 30.45 31.42 25.58 -
YUV 152.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 165 150 130 0 0.09 0.21 0.35 34.29 0.16 0.58
Hex A5 96 82 0 9 15 23 22 10 3A
Octal 245 226 202 0 11 25 43 42 20 72
Binary 10100101 10010110 10000010 0 1001 10101 100011 100010 10000 111010

Color Harmonies of #A59682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59682

Black with #A59682

Text Example


Text Example

White with #A59682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59682; }

 p { color: rgb(165,150,130); }

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

background-color css

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

 a { background-color: rgb(165,150,130); }

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

border-color css

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

 span { border-color: rgb(165,150,130); }

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