Html Css Color HEX #A69482 Malta

📋 copy color: '#A69482'

red 166 ◦ green 148 ◦ blue 130

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

Shades of Malta #A69482

Tints of Malta #A69482

RGB

 RED value IS 166 (65.23% from 255) = 37.39%

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

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

R = 37.39%
G = 33.33%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A69482 (or 0xA69482) is known color: Malta. HEX triplet: A6, 94 and 82. RGB value is (166,148,130). Sum of RGB (Red+Green+Blue) = 166+148+130=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69482 is #596B7D. Grayscale: #979797. Windows color (decimal): -5860222 or 8557734. OLE color: 8557734.

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

Color convert

RGB 166 148 130 -
CMYK 0 0.11 0.22 0.35
HSL 30º 0.17% 0.58% -
HSV(B) 30º 0.22% 0.65% -
XYZ 30.35 30.9 25.48 -
YUV 151.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 166 148 130 0 0.11 0.22 0.35 30 0.17 0.58
Hex A6 94 82 0 B 16 23 1E 11 3A
Octal 246 224 202 0 13 26 43 36 21 72
Binary 10100110 10010100 10000010 0 1011 10110 100011 11110 10001 111010

Color Harmonies of #A69482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69482

Black with #A69482

Text Example


Text Example

White with #A69482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69482; }

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

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

background-color css

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

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

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

border-color css

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

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

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