Html Css Color HEX #AD6472 Turkish Rose

📋 copy color: '#AD6472'

red 173 ◦ green 100 ◦ blue 114

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

Shades of Turkish Rose #AD6472

Tints of Turkish Rose #AD6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 44.7%
G = 25.84%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD6472 (or 0xAD6472) is known color: Turkish Rose. HEX triplet: AD, 64 and 72. RGB value is (173,100,114). Sum of RGB (Red+Green+Blue) = 173+100+114=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6472 is #529B8D. Grayscale: #7B7B7B. Windows color (decimal): -5413774 or 7496877. OLE color: 7496877.

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

Color convert

RGB 173 100 114 -
CMYK 0 0.42 0.34 0.32
HSL 348.49º 0.31% 0.54% -
HSV(B) 348.49º 0.42% 0.68% -
XYZ 24.83 19.21 18.32 -
YUV 123.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 173 100 114 0 0.42 0.34 0.32 348.49 0.31 0.54
Hex AD 64 72 0 2A 22 20 15C 1F 36
Octal 255 144 162 0 52 42 40 534 37 66
Binary 10101101 1100100 1110010 0 101010 100010 100000 101011100 11111 110110

Color Harmonies of #AD6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6472

Black with #AD6472

Text Example


Text Example

White with #AD6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6472; }

 p { color: rgb(173,100,114); }

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

background-color css

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

 a { background-color: rgb(173,100,114); }

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

border-color css

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

 span { border-color: rgb(173,100,114); }

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