Html Css Color HEX #AD5F66 Blush

📋 copy color: '#AD5F66'

red 173 ◦ green 95 ◦ blue 102

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

Shades of Blush #AD5F66

Tints of Blush #AD5F66

RGB

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

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

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

R = 46.76%
G = 25.68%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD5F66 (or 0xAD5F66) is known color: Blush. HEX triplet: AD, 5F and 66. RGB value is (173,95,102). Sum of RGB (Red+Green+Blue) = 173+95+102=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F66 is #52A099. Grayscale: #777777. Windows color (decimal): -5415066 or 6709165. OLE color: 6709165.

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

Color convert

RGB 173 95 102 -
CMYK 0 0.45 0.41 0.32
HSL 354.62º 0.32% 0.53% -
HSV(B) 354.62º 0.45% 0.68% -
XYZ 23.72 18.03 14.8 -
YUV 119.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 173 95 102 0 0.45 0.41 0.32 354.62 0.32 0.53
Hex AD 5F 66 0 2D 29 20 163 20 35
Octal 255 137 146 0 55 51 40 543 40 65
Binary 10101101 1011111 1100110 0 101101 101001 100000 101100011 100000 110101

Color Harmonies of #AD5F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F66

Black with #AD5F66

Text Example


Text Example

White with #AD5F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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