Html Css Color HEX #AD5C6D Blush

📋 copy color: '#AD5C6D'

red 173 ◦ green 92 ◦ blue 109

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

Shades of Blush #AD5C6D

Tints of Blush #AD5C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 46.26%
G = 24.6%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD5C6D (or 0xAD5C6D) is known color: Blush. HEX triplet: AD, 5C and 6D. RGB value is (173,92,109). Sum of RGB (Red+Green+Blue) = 173+92+109=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C6D is #52A392. Grayscale: #767676. Windows color (decimal): -5415827 or 7167149. OLE color: 7167149.

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

Color convert

RGB 173 92 109 -
CMYK 0 0.47 0.37 0.32
HSL 347.41º 0.33% 0.52% -
HSV(B) 347.41º 0.47% 0.68% -
XYZ 23.82 17.64 16.62 -
YUV 118.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 173 92 109 0 0.47 0.37 0.32 347.41 0.33 0.52
Hex AD 5C 6D 0 2F 25 20 15B 21 34
Octal 255 134 155 0 57 45 40 533 41 64
Binary 10101101 1011100 1101101 0 101111 100101 100000 101011011 100001 110100

Color Harmonies of #AD5C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C6D

Black with #AD5C6D

Text Example


Text Example

White with #AD5C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C6D; }

 p { color: rgb(173,92,109); }

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

background-color css

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

 a { background-color: rgb(173,92,109); }

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

border-color css

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

 span { border-color: rgb(173,92,109); }

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