Html Css Color HEX #AAA5B1 Chatelle

📋 copy color: '#AAA5B1'

red 170 ◦ green 165 ◦ blue 177

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

Shades of Chatelle #AAA5B1

Tints of Chatelle #AAA5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

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

R = 33.2%
G = 32.23%
B = 34.57%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AAA5B1 (or 0xAAA5B1) is known color: Chatelle. HEX triplet: AA, A5 and B1. RGB value is (170,165,177). Sum of RGB (Red+Green+Blue) = 170+165+177=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAA5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5B1 is #555A4E. Grayscale: #A7A7A7. Windows color (decimal): -5593679 or 11642282. OLE color: 11642282.

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

Color convert

RGB 170 165 177 -
CMYK 0.04 0.07 0 0.31
HSL 265º 0.07% 0.67% -
HSV(B) 265º 0.07% 0.69% -
XYZ 37.97 38.63 47.05 -
YUV 167.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 170 165 177 0.04 0.07 0 0.31 265 0.07 0.67
Hex AA A5 B1 4 7 0 1F 109 7 43
Octal 252 245 261 4 7 0 37 411 7 103
Binary 10101010 10100101 10110001 100 111 0 11111 100001001 111 1000011

Color Harmonies of #AAA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5B1

Black with #AAA5B1

Text Example


Text Example

White with #AAA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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