Html Css Color HEX #AD5965 Blush

📋 copy color: '#AD5965'

red 173 ◦ green 89 ◦ blue 101

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

Shades of Blush #AD5965

Tints of Blush #AD5965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 47.66%
G = 24.52%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5965 (or 0xAD5965) is known color: Blush. HEX triplet: AD, 59 and 65. RGB value is (173,89,101). Sum of RGB (Red+Green+Blue) = 173+89+101=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5965 is #52A69A. Grayscale: #737373. Windows color (decimal): -5416603 or 6642093. OLE color: 6642093.

HSL color Cylindrical-coordinate representation of color #AD5965: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5965 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 89 101 -
CMYK 0 0.49 0.42 0.32
HSL 351.43º 0.34% 0.51% -
HSV(B) 351.43º 0.49% 0.68% -
XYZ 23.15 16.97 14.37 -
YUV 115.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 173 89 101 0 0.49 0.42 0.32 351.43 0.34 0.51
Hex AD 59 65 0 31 2A 20 15F 22 33
Octal 255 131 145 0 61 52 40 537 42 63
Binary 10101101 1011001 1100101 0 110001 101010 100000 101011111 100010 110011

Color Harmonies of #AD5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5965

Black with #AD5965

Text Example


Text Example

White with #AD5965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5965; }

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

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

background-color css

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

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

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

border-color css

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

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

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