Html Css Color HEX #AD6065 Blush

📋 copy color: '#AD6065'

red 173 ◦ green 96 ◦ blue 101

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

Shades of Blush #AD6065

Tints of Blush #AD6065

RGB

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

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

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

R = 46.76%
G = 25.95%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD6065 (or 0xAD6065) is known color: Blush. HEX triplet: AD, 60 and 65. RGB value is (173,96,101). Sum of RGB (Red+Green+Blue) = 173+96+101=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6065 is #529F9A. Grayscale: #777777. Windows color (decimal): -5414811 or 6643885. OLE color: 6643885.

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

Color convert

RGB 173 96 101 -
CMYK 0 0.45 0.42 0.32
HSL 356.1º 0.32% 0.53% -
HSV(B) 356.1º 0.45% 0.68% -
XYZ 23.77 18.19 14.57 -
YUV 119.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 173 96 101 0 0.45 0.42 0.32 356.1 0.32 0.53
Hex AD 60 65 0 2D 2A 20 164 20 35
Octal 255 140 145 0 55 52 40 544 40 65
Binary 10101101 1100000 1100101 0 101101 101010 100000 101100100 100000 110101

Color Harmonies of #AD6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6065

Black with #AD6065

Text Example


Text Example

White with #AD6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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