Html Css Color HEX #AD5F67 Blush

📋 copy color: '#AD5F67'

red 173 ◦ green 95 ◦ blue 103

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

Shades of Blush #AD5F67

Tints of Blush #AD5F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

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

R = 46.63%
G = 25.61%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD5F67 (or 0xAD5F67) is known color: Blush. HEX triplet: AD, 5F and 67. RGB value is (173,95,103). Sum of RGB (Red+Green+Blue) = 173+95+103=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F67 is #52A098. Grayscale: #777777. Windows color (decimal): -5415065 or 6774701. OLE color: 6774701.

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

Color convert

RGB 173 95 103 -
CMYK 0 0.45 0.40 0.32
HSL 353.85º 0.32% 0.53% -
HSV(B) 353.85º 0.45% 0.68% -
XYZ 23.77 18.05 15.06 -
YUV 119.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 173 95 103 0 0.45 0.40 0.32 353.85 0.32 0.53
Hex AD 5F 67 0 2D 28 20 162 20 35
Octal 255 137 147 0 55 50 40 542 40 65
Binary 10101101 1011111 1100111 0 101101 101000 100000 101100010 100000 110101

Color Harmonies of #AD5F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F67

Black with #AD5F67

Text Example


Text Example

White with #AD5F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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