Html Css Color HEX #ADA4B1 Chatelle

📋 copy color: '#ADA4B1'

red 173 ◦ green 164 ◦ blue 177

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

Shades of Chatelle #ADA4B1

Tints of Chatelle #ADA4B1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.91%

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

R = 33.66%
G = 31.91%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA4B1 (or 0xADA4B1) is known color: Chatelle. HEX triplet: AD, A4 and B1. RGB value is (173,164,177). Sum of RGB (Red+Green+Blue) = 173+164+177=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADA4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4B1 is #525B4E. Grayscale: #A8A8A8. Windows color (decimal): -5397327 or 11642029. OLE color: 11642029.

HSL color Cylindrical-coordinate representation of color #ADA4B1: hue angle of 281.54º degrees, saturation: 0.08, 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 #ADA4B1 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 164 177 -
CMYK 0.02 0.07 0 0.31
HSL 281.54º 0.08% 0.67% -
HSV(B) 281.54º 0.07% 0.69% -
XYZ 38.44 38.61 47.02 -
YUV 168.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 173 164 177 0.02 0.07 0 0.31 281.54 0.08 0.67
Hex AD A4 B1 2 7 0 1F 11A 8 43
Octal 255 244 261 2 7 0 37 432 10 103
Binary 10101101 10100100 10110001 10 111 0 11111 100011010 1000 1000011

Color Harmonies of #ADA4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4B1

Black with #ADA4B1

Text Example


Text Example

White with #ADA4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4B1; }

 p { color: rgb(173,164,177); }

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

background-color css

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

 a { background-color: rgb(173,164,177); }

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

border-color css

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

 span { border-color: rgb(173,164,177); }

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