Html Css Color HEX #AA9AB0 Chatelle

📋 copy color: '#AA9AB0'

red 170 ◦ green 154 ◦ blue 176

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

Shades of Chatelle #AA9AB0

Tints of Chatelle #AA9AB0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 176 (69.14% from 255) = 35.2%

R = 34%
G = 30.8%
B = 35.2%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA9AB0 (or 0xAA9AB0) is known color: Chatelle. HEX triplet: AA, 9A and B0. RGB value is (170,154,176). Sum of RGB (Red+Green+Blue) = 170+154+176=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA9AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AB0 is #55654F. Grayscale: #A1A1A1. Windows color (decimal): -5596496 or 11573930. OLE color: 11573930.

HSL color Cylindrical-coordinate representation of color #AA9AB0: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9AB0 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 154 176 -
CMYK 0.03 0.12 0 0.31
HSL 283.64º 0.12% 0.65% -
HSV(B) 283.64º 0.13% 0.69% -
XYZ 35.97 34.79 45.89 -
YUV 161.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 170 154 176 0.03 0.12 0 0.31 283.64 0.12 0.65
Hex AA 9A B0 3 C 0 1F 11C C 41
Octal 252 232 260 3 14 0 37 434 14 101
Binary 10101010 10011010 10110000 11 1100 0 11111 100011100 1100 1000001

Color Harmonies of #AA9AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AB0

Black with #AA9AB0

Text Example


Text Example

White with #AA9AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9AB0; }

 p { color: rgb(170,154,176); }

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

background-color css

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

 a { background-color: rgb(170,154,176); }

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

border-color css

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

 span { border-color: rgb(170,154,176); }

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