Html Css Color HEX #AD5069 Blush

📋 copy color: '#AD5069'

red 173 ◦ green 80 ◦ blue 105

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

Shades of Blush #AD5069

Tints of Blush #AD5069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 48.32%
G = 22.35%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5069 (or 0xAD5069) is known color: Blush. HEX triplet: AD, 50 and 69. RGB value is (173,80,105). Sum of RGB (Red+Green+Blue) = 173+80+105=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5069 is #52AF96. Grayscale: #6E6E6E. Windows color (decimal): -5418903 or 6901933. OLE color: 6901933.

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

Color convert

RGB 173 80 105 -
CMYK 0 0.54 0.39 0.32
HSL 343.87º 0.37% 0.5% -
HSV(B) 343.87º 0.54% 0.68% -
XYZ 22.65 15.64 15.19 -
YUV 110.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 173 80 105 0 0.54 0.39 0.32 343.87 0.37 0.5
Hex AD 50 69 0 36 27 20 158 25 32
Octal 255 120 151 0 66 47 40 530 45 62
Binary 10101101 1010000 1101001 0 110110 100111 100000 101011000 100101 110010

Color Harmonies of #AD5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5069

Black with #AD5069

Text Example


Text Example

White with #AD5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5069; }

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

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

background-color css

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

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

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

border-color css

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

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

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