Html Css Color HEX #AD5C65 Blush

📋 copy color: '#AD5C65'

red 173 ◦ green 92 ◦ blue 101

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

Shades of Blush #AD5C65

Tints of Blush #AD5C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 47.27%
G = 25.14%
B = 27.6%

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

#AD5C65 (or 0xAD5C65) is known color: Blush. HEX triplet: AD, 5C and 65. RGB value is (173,92,101). Sum of RGB (Red+Green+Blue) = 173+92+101=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C65 is #52A39A. Grayscale: #757575. Windows color (decimal): -5415835 or 6642861. OLE color: 6642861.

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

Color convert

RGB 173 92 101 -
CMYK 0 0.47 0.42 0.32
HSL 353.33º 0.33% 0.52% -
HSV(B) 353.33º 0.47% 0.68% -
XYZ 23.41 17.48 14.45 -
YUV 117.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 173 92 101 0 0.47 0.42 0.32 353.33 0.33 0.52
Hex AD 5C 65 0 2F 2A 20 161 21 34
Octal 255 134 145 0 57 52 40 541 41 64
Binary 10101101 1011100 1100101 0 101111 101010 100000 101100001 100001 110100

Color Harmonies of #AD5C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C65

Black with #AD5C65

Text Example


Text Example

White with #AD5C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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