#ADA4B4

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

Shades of Chatelle #ADA4B4

Tints of Chatelle #ADA4B4

Color information

#ADA4B4 (or 0xADA4B4) is unknown color: approx Chatelle. HEX triplet: AD, A4 and B4. RGB value is (173,164,180). Sum of RGB (Red+Green+Blue) = 173+164+180=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4B4 is #525B4B. Grayscale: #A8A8A8. Windows color (decimal): -5397324 or 11838637. OLE color: 11838637.

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

Color convert

RGB173164180-
CMYK0.040.0900.29
HSL273.75º9.64%67.45%-
HSV(B)273.75º8.89%70.59%-
XYZ38.7538.7348.61-
YUV168.52134.48131.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=33.46%
G=31.72%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731641800.040.0900.29273.759.6467.45
HexADA4B44901D112a43
Octal25524426441103542212103
Binary101011011010010010110100100100101110110001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4B4; }

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

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

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

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

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

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

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

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