Html Css Color HEX #AD6374 Turkish Rose

📋 copy color: '#AD6374'

red 173 ◦ green 99 ◦ blue 116

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

Shades of Turkish Rose #AD6374

Tints of Turkish Rose #AD6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 44.59%
G = 25.52%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD6374 (or 0xAD6374) is known color: Turkish Rose. HEX triplet: AD, 63 and 74. RGB value is (173,99,116). Sum of RGB (Red+Green+Blue) = 173+99+116=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6374 is #529C8B. Grayscale: #7B7B7B. Windows color (decimal): -5414028 or 7627693. OLE color: 7627693.

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

Color convert

RGB 173 99 116 -
CMYK 0 0.43 0.33 0.32
HSL 346.22º 0.31% 0.53% -
HSV(B) 346.22º 0.43% 0.68% -
XYZ 24.85 19.07 18.89 -
YUV 123.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 173 99 116 0 0.43 0.33 0.32 346.22 0.31 0.53
Hex AD 63 74 0 2B 21 20 15A 1F 35
Octal 255 143 164 0 53 41 40 532 37 65
Binary 10101101 1100011 1110100 0 101011 100001 100000 101011010 11111 110101

Color Harmonies of #AD6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6374

Black with #AD6374

Text Example


Text Example

White with #AD6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6374; }

 p { color: rgb(173,99,116); }

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

background-color css

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

 a { background-color: rgb(173,99,116); }

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

border-color css

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

 span { border-color: rgb(173,99,116); }

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