Html Css Color HEX #AA9FB0 Chatelle

📋 copy color: '#AA9FB0'

red 170 ◦ green 159 ◦ blue 176

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

Shades of Chatelle #AA9FB0

Tints of Chatelle #AA9FB0

RGB

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

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

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

R = 33.66%
G = 31.49%
B = 34.85%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA9FB0 (or 0xAA9FB0) is known color: Chatelle. HEX triplet: AA, 9F and B0. RGB value is (170,159,176). Sum of RGB (Red+Green+Blue) = 170+159+176=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA9FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FB0 is #55604F. Grayscale: #A4A4A4. Windows color (decimal): -5595216 or 11575210. OLE color: 11575210.

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

Color convert

RGB 170 159 176 -
CMYK 0.03 0.10 0 0.31
HSL 278.82º 0.1% 0.66% -
HSV(B) 278.82º 0.1% 0.69% -
XYZ 36.81 36.48 46.17 -
YUV 164.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 170 159 176 0.03 0.10 0 0.31 278.82 0.1 0.66
Hex AA 9F B0 3 A 0 1F 117 A 42
Octal 252 237 260 3 12 0 37 427 12 102
Binary 10101010 10011111 10110000 11 1010 0 11111 100010111 1010 1000010

Color Harmonies of #AA9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FB0

Black with #AA9FB0

Text Example


Text Example

White with #AA9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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