Html Css Color HEX #AA9985 Malta

📋 copy color: '#AA9985'

red 170 ◦ green 153 ◦ blue 133

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

Shades of Malta #AA9985

Tints of Malta #AA9985

RGB

 RED value IS 170 (66.8% from 255) = 37.28%

 GREEN value IS 153 (60.16% from 255) = 33.55%

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

R = 37.28%
G = 33.55%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA9985 (or 0xAA9985) is known color: Malta. HEX triplet: AA, 99 and 85. RGB value is (170,153,133). Sum of RGB (Red+Green+Blue) = 170+153+133=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9985 is #55667A. Grayscale: #9B9B9B. Windows color (decimal): -5596795 or 8755626. OLE color: 8755626.

HSL color Cylindrical-coordinate representation of color #AA9985: hue angle of 32.43º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9985 is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 133 -
CMYK 0 0.1 0.22 0.33
HSL 32.43º 0.18% 0.59% -
HSV(B) 32.43º 0.22% 0.67% -
XYZ 32.2 33.02 26.87 -
YUV 155.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 170 153 133 0 0.1 0.22 0.33 32.43 0.18 0.59
Hex AA 99 85 0 A 16 21 20 12 3B
Octal 252 231 205 0 12 26 41 40 22 73
Binary 10101010 10011001 10000101 0 1010 10110 100001 100000 10010 111011

Color Harmonies of #AA9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9985

Black with #AA9985

Text Example


Text Example

White with #AA9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9985; }

 p { color: rgb(170,153,133); }

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

background-color css

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

 a { background-color: rgb(170,153,133); }

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

border-color css

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

 span { border-color: rgb(170,153,133); }

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