Html Css Color HEX #AD5C64 Blush

📋 copy color: '#AD5C64'

red 173 ◦ green 92 ◦ blue 100

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

Shades of Blush #AD5C64

Tints of Blush #AD5C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 47.4%
G = 25.21%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5C64 (or 0xAD5C64) is known color: Blush. HEX triplet: AD, 5C and 64. RGB value is (173,92,100). Sum of RGB (Red+Green+Blue) = 173+92+100=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C64 is #52A39B. Grayscale: #757575. Windows color (decimal): -5415836 or 6577325. OLE color: 6577325.

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

Color convert

RGB 173 92 100 -
CMYK 0 0.47 0.42 0.32
HSL 354.07º 0.33% 0.52% -
HSV(B) 354.07º 0.47% 0.68% -
XYZ 23.36 17.46 14.2 -
YUV 117.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 173 92 100 0 0.47 0.42 0.32 354.07 0.33 0.52
Hex AD 5C 64 0 2F 2A 20 162 21 34
Octal 255 134 144 0 57 52 40 542 41 64
Binary 10101101 1011100 1100100 0 101111 101010 100000 101100010 100001 110100

Color Harmonies of #AD5C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C64

Black with #AD5C64

Text Example


Text Example

White with #AD5C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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