Html Css Color HEX #AD7379 Turkish Rose

📋 copy color: '#AD7379'

red 173 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #AD7379

Tints of Turkish Rose #AD7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 42.3%
G = 28.12%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD7379 (or 0xAD7379) is known color: Turkish Rose. HEX triplet: AD, 73 and 79. RGB value is (173,115,121). Sum of RGB (Red+Green+Blue) = 173+115+121=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7379 is #528C86. Grayscale: #858585. Windows color (decimal): -5409927 or 7959469. OLE color: 7959469.

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

Color convert

RGB 173 115 121 -
CMYK 0 0.34 0.30 0.32
HSL 353.79º 0.26% 0.56% -
HSV(B) 353.79º 0.34% 0.68% -
XYZ 26.82 22.53 21.02 -
YUV 133.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 173 115 121 0 0.34 0.30 0.32 353.79 0.26 0.56
Hex AD 73 79 0 22 1E 20 162 1A 38
Octal 255 163 171 0 42 36 40 542 32 70
Binary 10101101 1110011 1111001 0 100010 11110 100000 101100010 11010 111000

Color Harmonies of #AD7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7379

Black with #AD7379

Text Example


Text Example

White with #AD7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7379; }

 p { color: rgb(173,115,121); }

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

background-color css

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

 a { background-color: rgb(173,115,121); }

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

border-color css

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

 span { border-color: rgb(173,115,121); }

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