Html Css Color HEX #AD6062 Blush

📋 copy color: '#AD6062'

red 173 ◦ green 96 ◦ blue 98

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

Shades of Blush #AD6062

Tints of Blush #AD6062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 47.14%
G = 26.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD6062 (or 0xAD6062) is known color: Blush. HEX triplet: AD, 60 and 62. RGB value is (173,96,98). Sum of RGB (Red+Green+Blue) = 173+96+98=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6062 is #529F9D. Grayscale: #777777. Windows color (decimal): -5414814 or 6447277. OLE color: 6447277.

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

Color convert

RGB 173 96 98 -
CMYK 0 0.45 0.43 0.32
HSL 358.44º 0.32% 0.53% -
HSV(B) 358.44º 0.45% 0.68% -
XYZ 23.62 18.13 13.81 -
YUV 119.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 173 96 98 0 0.45 0.43 0.32 358.44 0.32 0.53
Hex AD 60 62 0 2D 2B 20 166 20 35
Octal 255 140 142 0 55 53 40 546 40 65
Binary 10101101 1100000 1100010 0 101101 101011 100000 101100110 100000 110101

Color Harmonies of #AD6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6062

Black with #AD6062

Text Example


Text Example

White with #AD6062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6062; }

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

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

background-color css

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

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

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

border-color css

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

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

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