Html Css Color HEX #AA9CB1 Chatelle

📋 copy color: '#AA9CB1'

red 170 ◦ green 156 ◦ blue 177

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

Shades of Chatelle #AA9CB1

Tints of Chatelle #AA9CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 33.8%
G = 31.01%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA9CB1 (or 0xAA9CB1) is known color: Chatelle. HEX triplet: AA, 9C and B1. RGB value is (170,156,177). Sum of RGB (Red+Green+Blue) = 170+156+177=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA9CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CB1 is #55634E. Grayscale: #A2A2A2. Windows color (decimal): -5595983 or 11639978. OLE color: 11639978.

HSL color Cylindrical-coordinate representation of color #AA9CB1: hue angle of 280º 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 #AA9CB1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 156 177 -
CMYK 0.04 0.12 0 0.31
HSL 280º 0.12% 0.65% -
HSV(B) 280º 0.12% 0.69% -
XYZ 36.4 35.5 46.53 -
YUV 162.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 170 156 177 0.04 0.12 0 0.31 280 0.12 0.65
Hex AA 9C B1 4 C 0 1F 118 C 41
Octal 252 234 261 4 14 0 37 430 14 101
Binary 10101010 10011100 10110001 100 1100 0 11111 100011000 1100 1000001

Color Harmonies of #AA9CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CB1

Black with #AA9CB1

Text Example


Text Example

White with #AA9CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CB1; }

 p { color: rgb(170,156,177); }

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

background-color css

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

 a { background-color: rgb(170,156,177); }

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

border-color css

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

 span { border-color: rgb(170,156,177); }

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