Html Css Color HEX #AD5C6E Blush

📋 copy color: '#AD5C6E'

red 173 ◦ green 92 ◦ blue 110

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

Shades of Blush #AD5C6E

Tints of Blush #AD5C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 46.13%
G = 24.53%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD5C6E (or 0xAD5C6E) is known color: Blush. HEX triplet: AD, 5C and 6E. RGB value is (173,92,110). Sum of RGB (Red+Green+Blue) = 173+92+110=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C6E is #52A391. Grayscale: #767676. Windows color (decimal): -5415826 or 7232685. OLE color: 7232685.

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

Color convert

RGB 173 92 110 -
CMYK 0 0.47 0.36 0.32
HSL 346.67º 0.33% 0.52% -
HSV(B) 346.67º 0.47% 0.68% -
XYZ 23.88 17.66 16.9 -
YUV 118.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 173 92 110 0 0.47 0.36 0.32 346.67 0.33 0.52
Hex AD 5C 6E 0 2F 24 20 15B 21 34
Octal 255 134 156 0 57 44 40 533 41 64
Binary 10101101 1011100 1101110 0 101111 100100 100000 101011011 100001 110100

Color Harmonies of #AD5C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C6E

Black with #AD5C6E

Text Example


Text Example

White with #AD5C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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