Html Css Color HEX #ADAAB0 Chatelle

📋 copy color: '#ADAAB0'

red 173 ◦ green 170 ◦ blue 176

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

Shades of Chatelle #ADAAB0

Tints of Chatelle #ADAAB0

RGB

 RED value IS 173 (67.97% from 255) = 33.33%

 GREEN value IS 170 (66.8% from 255) = 32.76%

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

R = 33.33%
G = 32.76%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADAAB0 (or 0xADAAB0) is known color: Chatelle. HEX triplet: AD, AA and B0. RGB value is (173,170,176). Sum of RGB (Red+Green+Blue) = 173+170+176=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAB0 is #52554F. Grayscale: #ABABAB. Windows color (decimal): -5395792 or 11578029. OLE color: 11578029.

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

Color convert

RGB 173 170 176 -
CMYK 0.02 0.03 0 0.31
HSL 270º 0.04% 0.68% -
HSV(B) 270º 0.03% 0.69% -
XYZ 39.44 40.77 46.86 -
YUV 171.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 173 170 176 0.02 0.03 0 0.31 270 0.04 0.68
Hex AD AA B0 2 3 0 1F 10E 4 44
Octal 255 252 260 2 3 0 37 416 4 104
Binary 10101101 10101010 10110000 10 11 0 11111 100001110 100 1000100

Color Harmonies of #ADAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAB0

Black with #ADAAB0

Text Example


Text Example

White with #ADAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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