Html Css Color HEX #A59482 Malta

📋 copy color: '#A59482'

red 165 ◦ green 148 ◦ blue 130

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

Shades of Malta #A59482

Tints of Malta #A59482

RGB

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

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

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

R = 37.25%
G = 33.41%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A59482 (or 0xA59482) is known color: Malta. HEX triplet: A5, 94 and 82. RGB value is (165,148,130). Sum of RGB (Red+Green+Blue) = 165+148+130=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A59482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59482 is #5A6B7D. Grayscale: #979797. Windows color (decimal): -5925758 or 8557733. OLE color: 8557733.

HSL color Cylindrical-coordinate representation of color #A59482: hue angle of 30.86º 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 #A59482 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 130 -
CMYK 0 0.10 0.21 0.35
HSL 30.86º 0.16% 0.58% -
HSV(B) 30.86º 0.21% 0.65% -
XYZ 30.14 30.79 25.47 -
YUV 151.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 165 148 130 0 0.10 0.21 0.35 30.86 0.16 0.58
Hex A5 94 82 0 A 15 23 1F 10 3A
Octal 245 224 202 0 12 25 43 37 20 72
Binary 10100101 10010100 10000010 0 1010 10101 100011 11111 10000 111010

Color Harmonies of #A59482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59482

Black with #A59482

Text Example


Text Example

White with #A59482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59482; }

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

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

background-color css

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

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

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

border-color css

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

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

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