Html Css Color HEX #AD6370 Turkish Rose

📋 copy color: '#AD6370'

red 173 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #AD6370

Tints of Turkish Rose #AD6370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 45.05%
G = 25.78%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD6370 (or 0xAD6370) is known color: Turkish Rose. HEX triplet: AD, 63 and 70. RGB value is (173,99,112). Sum of RGB (Red+Green+Blue) = 173+99+112=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6370 is #529C8F. Grayscale: #7A7A7A. Windows color (decimal): -5414032 or 7365549. OLE color: 7365549.

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

Color convert

RGB 173 99 112 -
CMYK 0 0.43 0.35 0.32
HSL 349.46º 0.31% 0.53% -
HSV(B) 349.46º 0.43% 0.68% -
XYZ 24.62 18.98 17.69 -
YUV 122.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 173 99 112 0 0.43 0.35 0.32 349.46 0.31 0.53
Hex AD 63 70 0 2B 23 20 15D 1F 35
Octal 255 143 160 0 53 43 40 535 37 65
Binary 10101101 1100011 1110000 0 101011 100011 100000 101011101 11111 110101

Color Harmonies of #AD6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6370

Black with #AD6370

Text Example


Text Example

White with #AD6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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