Html Css Color HEX #AD5869 Blush

📋 copy color: '#AD5869'

red 173 ◦ green 88 ◦ blue 105

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

Shades of Blush #AD5869

Tints of Blush #AD5869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 47.27%
G = 24.04%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5869 (or 0xAD5869) is known color: Blush. HEX triplet: AD, 58 and 69. RGB value is (173,88,105). Sum of RGB (Red+Green+Blue) = 173+88+105=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5869 is #52A796. Grayscale: #737373. Windows color (decimal): -5416855 or 6903981. OLE color: 6903981.

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

Color convert

RGB 173 88 105 -
CMYK 0 0.49 0.39 0.32
HSL 348º 0.34% 0.51% -
HSV(B) 348º 0.49% 0.68% -
XYZ 23.27 16.88 15.4 -
YUV 115.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 173 88 105 0 0.49 0.39 0.32 348 0.34 0.51
Hex AD 58 69 0 31 27 20 15C 22 33
Octal 255 130 151 0 61 47 40 534 42 63
Binary 10101101 1011000 1101001 0 110001 100111 100000 101011100 100010 110011

Color Harmonies of #AD5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5869

Black with #AD5869

Text Example


Text Example

White with #AD5869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5869; }

 p { color: rgb(173,88,105); }

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

background-color css

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

 a { background-color: rgb(173,88,105); }

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

border-color css

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

 span { border-color: rgb(173,88,105); }

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