Html Css Color HEX #AD4F67 Blush

📋 copy color: '#AD4F67'

red 173 ◦ green 79 ◦ blue 103

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

Shades of Blush #AD4F67

Tints of Blush #AD4F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 48.73%
G = 22.25%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD4F67 (or 0xAD4F67) is known color: Blush. HEX triplet: AD, 4F and 67. RGB value is (173,79,103). Sum of RGB (Red+Green+Blue) = 173+79+103=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4F67 is #52B098. Grayscale: #6D6D6D. Windows color (decimal): -5419161 or 6770605. OLE color: 6770605.

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

Color convert

RGB 173 79 103 -
CMYK 0 0.54 0.40 0.32
HSL 344.68º 0.37% 0.49% -
HSV(B) 344.68º 0.54% 0.68% -
XYZ 22.48 15.46 14.63 -
YUV 109.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 173 79 103 0 0.54 0.40 0.32 344.68 0.37 0.49
Hex AD 4F 67 0 36 28 20 159 25 31
Octal 255 117 147 0 66 50 40 531 45 61
Binary 10101101 1001111 1100111 0 110110 101000 100000 101011001 100101 110001

Color Harmonies of #AD4F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F67

Black with #AD4F67

Text Example


Text Example

White with #AD4F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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