#ADA3B3

Color #ADA3B3 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #ADA3B3

Tints of Chatelle #ADA3B3

Color information

#ADA3B3 (or 0xADA3B3) is unknown color: approx Chatelle. HEX triplet: AD, A3 and B3. RGB value is (173,163,179). Sum of RGB (Red+Green+Blue) = 173+163+179=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADA3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3B3 is #525C4C. Grayscale: #A7A7A7. Windows color (decimal): -5397581 or 11772845. OLE color: 11772845.

HSL color Cylindrical-coordinate representation of color #ADA3B3: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA3B3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173163179-
CMYK0.030.0900.30
HSL277.5º9.52%67.06%-
HSV(B)277.5º8.94%70.2%-
XYZ38.4738.3348.02-
YUV167.81134.31131.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=33.59%
G=31.65%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731631790.030.0900.30277.59.5267.06
HexADA3B33901E116a43
Octal25524326331103642612103
Binary10101101101000111011001111100101111010001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3B3; }

 p { color: rgb(173,163,179); }

 H1.HeaderClassName
 {
   color: #ADA3B3;
 }
 .AnyTagClassName
 {
   color: #ADA3B3;
 }
</style>
background-color css

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

 a { background-color: rgb(173,163,179); }

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

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

 span { border-color: rgb(173,163,179); }

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