Html Css Color HEX #ADA5B0 Chatelle

📋 copy color: '#ADA5B0'

red 173 ◦ green 165 ◦ blue 176

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

Shades of Chatelle #ADA5B0

Tints of Chatelle #ADA5B0

RGB

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

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

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

R = 33.66%
G = 32.1%
B = 34.24%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADA5B0 (or 0xADA5B0) is known color: Chatelle. HEX triplet: AD, A5 and B0. RGB value is (173,165,176). Sum of RGB (Red+Green+Blue) = 173+165+176=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADA5B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5B0 is #525A4F. Grayscale: #A8A8A8. Windows color (decimal): -5397072 or 11576749. OLE color: 11576749.

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

Color convert

RGB 173 165 176 -
CMYK 0.02 0.06 0 0.31
HSL 283.64º 0.07% 0.67% -
HSV(B) 283.64º 0.06% 0.69% -
XYZ 38.53 38.93 46.56 -
YUV 168.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 173 165 176 0.02 0.06 0 0.31 283.64 0.07 0.67
Hex AD A5 B0 2 6 0 1F 11C 7 43
Octal 255 245 260 2 6 0 37 434 7 103
Binary 10101101 10100101 10110000 10 110 0 11111 100011100 111 1000011

Color Harmonies of #ADA5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA5B0

Black with #ADA5B0

Text Example


Text Example

White with #ADA5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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