Html Css Color HEX #AD5268 Blush

📋 copy color: '#AD5268'

red 173 ◦ green 82 ◦ blue 104

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

Shades of Blush #AD5268

Tints of Blush #AD5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 48.19%
G = 22.84%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD5268 (or 0xAD5268) is known color: Blush. HEX triplet: AD, 52 and 68. RGB value is (173,82,104). Sum of RGB (Red+Green+Blue) = 173+82+104=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5268 is #52AD97. Grayscale: #6F6F6F. Windows color (decimal): -5418392 or 6836909. OLE color: 6836909.

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

Color convert

RGB 173 82 104 -
CMYK 0 0.53 0.40 0.32
HSL 345.49º 0.36% 0.5% -
HSV(B) 345.49º 0.53% 0.68% -
XYZ 22.75 15.92 14.97 -
YUV 111.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 173 82 104 0 0.53 0.40 0.32 345.49 0.36 0.5
Hex AD 52 68 0 35 28 20 159 24 32
Octal 255 122 150 0 65 50 40 531 44 62
Binary 10101101 1010010 1101000 0 110101 101000 100000 101011001 100100 110010

Color Harmonies of #AD5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5268

Black with #AD5268

Text Example


Text Example

White with #AD5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5268; }

 p { color: rgb(173,82,104); }

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

background-color css

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

 a { background-color: rgb(173,82,104); }

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

border-color css

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

 span { border-color: rgb(173,82,104); }

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