Html Css Color HEX #AD7579 Turkish Rose

📋 copy color: '#AD7579'

red 173 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #AD7579

Tints of Turkish Rose #AD7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 42.09%
G = 28.47%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD7579 (or 0xAD7579) is known color: Turkish Rose. HEX triplet: AD, 75 and 79. RGB value is (173,117,121). Sum of RGB (Red+Green+Blue) = 173+117+121=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7579 is #528A86. Grayscale: #868686. Windows color (decimal): -5409415 or 7959981. OLE color: 7959981.

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

Color convert

RGB 173 117 121 -
CMYK 0 0.32 0.30 0.32
HSL 355.71º 0.25% 0.57% -
HSV(B) 355.71º 0.32% 0.68% -
XYZ 27.05 22.99 21.1 -
YUV 134.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 173 117 121 0 0.32 0.30 0.32 355.71 0.25 0.57
Hex AD 75 79 0 20 1E 20 164 19 39
Octal 255 165 171 0 40 36 40 544 31 71
Binary 10101101 1110101 1111001 0 100000 11110 100000 101100100 11001 111001

Color Harmonies of #AD7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7579

Black with #AD7579

Text Example


Text Example

White with #AD7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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