Html Css Color HEX #AA9FB3 Chatelle

📋 copy color: '#AA9FB3'

red 170 ◦ green 159 ◦ blue 179

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

Shades of Chatelle #AA9FB3

Tints of Chatelle #AA9FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 33.46%
G = 31.3%
B = 35.24%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA9FB3 (or 0xAA9FB3) is known color: Chatelle. HEX triplet: AA, 9F and B3. RGB value is (170,159,179). Sum of RGB (Red+Green+Blue) = 170+159+179=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA9FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FB3 is #55604C. Grayscale: #A4A4A4. Windows color (decimal): -5595213 or 11771818. OLE color: 11771818.

HSL color Cylindrical-coordinate representation of color #AA9FB3: hue angle of 273º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9FB3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 159 179 -
CMYK 0.05 0.11 0 0.30
HSL 273º 0.12% 0.66% -
HSV(B) 273º 0.11% 0.7% -
XYZ 37.11 36.6 47.76 -
YUV 164.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 170 159 179 0.05 0.11 0 0.30 273 0.12 0.66
Hex AA 9F B3 5 B 0 1E 111 C 42
Octal 252 237 263 5 13 0 36 421 14 102
Binary 10101010 10011111 10110011 101 1011 0 11110 100010001 1100 1000010

Color Harmonies of #AA9FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FB3

Black with #AA9FB3

Text Example


Text Example

White with #AA9FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FB3; }

 p { color: rgb(170,159,179); }

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

background-color css

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

 a { background-color: rgb(170,159,179); }

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

border-color css

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

 span { border-color: rgb(170,159,179); }

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