Html Css Color HEX #A69785 Malta

📋 copy color: '#A69785'

red 166 ◦ green 151 ◦ blue 133

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

Shades of Malta #A69785

Tints of Malta #A69785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

 BLUE value IS 133 (52.34% from 255) = 29.56%

R = 36.89%
G = 33.56%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A69785 (or 0xA69785) is known color: Malta. HEX triplet: A6, 97 and 85. RGB value is (166,151,133). Sum of RGB (Red+Green+Blue) = 166+151+133=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69785 is #59687A. Grayscale: #999999. Windows color (decimal): -5859451 or 8755110. OLE color: 8755110.

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

Color convert

RGB 166 151 133 -
CMYK 0 0.09 0.20 0.35
HSL 32.73º 0.16% 0.59% -
HSV(B) 32.73º 0.2% 0.65% -
XYZ 31.03 31.93 26.72 -
YUV 153.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 166 151 133 0 0.09 0.20 0.35 32.73 0.16 0.59
Hex A6 97 85 0 9 14 23 21 10 3B
Octal 246 227 205 0 11 24 43 41 20 73
Binary 10100110 10010111 10000101 0 1001 10100 100011 100001 10000 111011

Color Harmonies of #A69785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69785

Black with #A69785

Text Example


Text Example

White with #A69785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69785; }

 p { color: rgb(166,151,133); }

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

background-color css

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

 a { background-color: rgb(166,151,133); }

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

border-color css

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

 span { border-color: rgb(166,151,133); }

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