Html Css Color HEX #AD5465 Blush

📋 copy color: '#AD5465'

red 173 ◦ green 84 ◦ blue 101

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

Shades of Blush #AD5465

Tints of Blush #AD5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 48.32%
G = 23.46%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5465 (or 0xAD5465) is known color: Blush. HEX triplet: AD, 54 and 65. RGB value is (173,84,101). Sum of RGB (Red+Green+Blue) = 173+84+101=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5465 is #52AB9A. Grayscale: #707070. Windows color (decimal): -5417883 or 6640813. OLE color: 6640813.

HSL color Cylindrical-coordinate representation of color #AD5465: hue angle of 348.54º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5465 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 101 -
CMYK 0 0.51 0.42 0.32
HSL 348.54º 0.35% 0.5% -
HSV(B) 348.54º 0.51% 0.68% -
XYZ 22.75 16.16 14.23 -
YUV 112.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 173 84 101 0 0.51 0.42 0.32 348.54 0.35 0.5
Hex AD 54 65 0 33 2A 20 15D 23 32
Octal 255 124 145 0 63 52 40 535 43 62
Binary 10101101 1010100 1100101 0 110011 101010 100000 101011101 100011 110010

Color Harmonies of #AD5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5465

Black with #AD5465

Text Example


Text Example

White with #AD5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5465; }

 p { color: rgb(173,84,101); }

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

background-color css

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

 a { background-color: rgb(173,84,101); }

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

border-color css

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

 span { border-color: rgb(173,84,101); }

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