Html Css Color HEX #AD6061 Blush

📋 copy color: '#AD6061'

red 173 ◦ green 96 ◦ blue 97

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

Shades of Blush #AD6061

Tints of Blush #AD6061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 47.27%
G = 26.23%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD6061 (or 0xAD6061) is known color: Blush. HEX triplet: AD, 60 and 61. RGB value is (173,96,97). Sum of RGB (Red+Green+Blue) = 173+96+97=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6061 is #529F9E. Grayscale: #777777. Windows color (decimal): -5414815 or 6381741. OLE color: 6381741.

HSL color Cylindrical-coordinate representation of color #AD6061: hue angle of 359.22º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6061 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 97 -
CMYK 0 0.45 0.44 0.32
HSL 359.22º 0.32% 0.53% -
HSV(B) 359.22º 0.45% 0.68% -
XYZ 23.57 18.11 13.56 -
YUV 119.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 173 96 97 0 0.45 0.44 0.32 359.22 0.32 0.53
Hex AD 60 61 0 2D 2C 20 167 20 35
Octal 255 140 141 0 55 54 40 547 40 65
Binary 10101101 1100000 1100001 0 101101 101100 100000 101100111 100000 110101

Color Harmonies of #AD6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6061

Black with #AD6061

Text Example


Text Example

White with #AD6061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6061; }

 p { color: rgb(173,96,97); }

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

background-color css

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

 a { background-color: rgb(173,96,97); }

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

border-color css

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

 span { border-color: rgb(173,96,97); }

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