Html Css Color HEX #A99885 Malta

📋 copy color: '#A99885'

red 169 ◦ green 152 ◦ blue 133

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

Shades of Malta #A99885

Tints of Malta #A99885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.48%

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

R = 37.22%
G = 33.48%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A99885 (or 0xA99885) is known color: Malta. HEX triplet: A9, 98 and 85. RGB value is (169,152,133). Sum of RGB (Red+Green+Blue) = 169+152+133=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A99885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99885 is #56677A. Grayscale: #9B9B9B. Windows color (decimal): -5662587 or 8755369. OLE color: 8755369.

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

Color convert

RGB 169 152 133 -
CMYK 0 0.10 0.21 0.34
HSL 31.67º 0.17% 0.59% -
HSV(B) 31.67º 0.21% 0.66% -
XYZ 31.82 32.58 26.8 -
YUV 154.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 169 152 133 0 0.10 0.21 0.34 31.67 0.17 0.59
Hex A9 98 85 0 A 15 22 20 11 3B
Octal 251 230 205 0 12 25 42 40 21 73
Binary 10101001 10011000 10000101 0 1010 10101 100010 100000 10001 111011

Color Harmonies of #A99885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99885

Black with #A99885

Text Example


Text Example

White with #A99885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99885; }

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

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

background-color css

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

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

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

border-color css

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

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

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