Html Css Color HEX #AD5469 Blush

📋 copy color: '#AD5469'

red 173 ◦ green 84 ◦ blue 105

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

Shades of Blush #AD5469

Tints of Blush #AD5469

RGB

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

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

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

R = 47.79%
G = 23.2%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5469 (or 0xAD5469) is known color: Blush. HEX triplet: AD, 54 and 69. RGB value is (173,84,105). Sum of RGB (Red+Green+Blue) = 173+84+105=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5469 is #52AB96. Grayscale: #717171. Windows color (decimal): -5417879 or 6902957. OLE color: 6902957.

HSL color Cylindrical-coordinate representation of color #AD5469: hue angle of 345.84º 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 #AD5469 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 105 -
CMYK 0 0.51 0.39 0.32
HSL 345.84º 0.35% 0.5% -
HSV(B) 345.84º 0.51% 0.68% -
XYZ 22.95 16.24 15.29 -
YUV 113.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 173 84 105 0 0.51 0.39 0.32 345.84 0.35 0.5
Hex AD 54 69 0 33 27 20 15A 23 32
Octal 255 124 151 0 63 47 40 532 43 62
Binary 10101101 1010100 1101001 0 110011 100111 100000 101011010 100011 110010

Color Harmonies of #AD5469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5469

Black with #AD5469

Text Example


Text Example

White with #AD5469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5469; }

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

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

background-color css

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

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

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

border-color css

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

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

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