Html Css Color HEX #AA9885 Malta

📋 copy color: '#AA9885'

red 170 ◦ green 152 ◦ blue 133

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

Shades of Malta #AA9885

Tints of Malta #AA9885

RGB

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

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

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

R = 37.36%
G = 33.41%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA9885 (or 0xAA9885) is known color: Malta. HEX triplet: AA, 98 and 85. RGB value is (170,152,133). Sum of RGB (Red+Green+Blue) = 170+152+133=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9885 is #55677A. Grayscale: #9B9B9B. Windows color (decimal): -5597051 or 8755370. OLE color: 8755370.

HSL color Cylindrical-coordinate representation of color #AA9885: hue angle of 30.81º 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 #AA9885 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 152 133 -
CMYK 0 0.11 0.22 0.33
HSL 30.81º 0.18% 0.59% -
HSV(B) 30.81º 0.22% 0.67% -
XYZ 32.04 32.7 26.81 -
YUV 155.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 170 152 133 0 0.11 0.22 0.33 30.81 0.18 0.59
Hex AA 98 85 0 B 16 21 1F 12 3B
Octal 252 230 205 0 13 26 41 37 22 73
Binary 10101010 10011000 10000101 0 1011 10110 100001 11111 10010 111011

Color Harmonies of #AA9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9885

Black with #AA9885

Text Example


Text Example

White with #AA9885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9885; }

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

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

background-color css

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

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

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

border-color css

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

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

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