Html Css Color HEX #AD4F66 Blush

📋 copy color: '#AD4F66'

red 173 ◦ green 79 ◦ blue 102

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

Shades of Blush #AD4F66

Tints of Blush #AD4F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 48.87%
G = 22.32%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD4F66 (or 0xAD4F66) is known color: Blush. HEX triplet: AD, 4F and 66. RGB value is (173,79,102). Sum of RGB (Red+Green+Blue) = 173+79+102=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4F66 is #52B099. Grayscale: #6D6D6D. Windows color (decimal): -5419162 or 6705069. OLE color: 6705069.

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

Color convert

RGB 173 79 102 -
CMYK 0 0.54 0.41 0.32
HSL 345.32º 0.37% 0.49% -
HSV(B) 345.32º 0.54% 0.68% -
XYZ 22.43 15.44 14.37 -
YUV 109.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 173 79 102 0 0.54 0.41 0.32 345.32 0.37 0.49
Hex AD 4F 66 0 36 29 20 159 25 31
Octal 255 117 146 0 66 51 40 531 45 61
Binary 10101101 1001111 1100110 0 110110 101001 100000 101011001 100101 110001

Color Harmonies of #AD4F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F66

Black with #AD4F66

Text Example


Text Example

White with #AD4F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F66; }

 p { color: rgb(173,79,102); }

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

background-color css

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

 a { background-color: rgb(173,79,102); }

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

border-color css

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

 span { border-color: rgb(173,79,102); }

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