Html Css Color HEX #A99785 Malta

📋 copy color: '#A99785'

red 169 ◦ green 151 ◦ blue 133

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

Shades of Malta #A99785

Tints of Malta #A99785

RGB

 RED value IS 169 (66.41% from 255) = 37.31%

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

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

R = 37.31%
G = 33.33%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A99785 (or 0xA99785) is known color: Malta. HEX triplet: A9, 97 and 85. RGB value is (169,151,133). Sum of RGB (Red+Green+Blue) = 169+151+133=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A99785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99785 is #56687A. Grayscale: #9A9A9A. Windows color (decimal): -5662843 or 8755113. OLE color: 8755113.

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

Color convert

RGB 169 151 133 -
CMYK 0 0.11 0.21 0.34
HSL 30º 0.17% 0.59% -
HSV(B) 30º 0.21% 0.66% -
XYZ 31.66 32.26 26.75 -
YUV 154.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 169 151 133 0 0.11 0.21 0.34 30 0.17 0.59
Hex A9 97 85 0 B 15 22 1E 11 3B
Octal 251 227 205 0 13 25 42 36 21 73
Binary 10101001 10010111 10000101 0 1011 10101 100010 11110 10001 111011

Color Harmonies of #A99785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99785

Black with #A99785

Text Example


Text Example

White with #A99785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99785; }

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

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

background-color css

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

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

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

border-color css

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

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

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