Html Css Color HEX #AD7072 Turkish Rose

📋 copy color: '#AD7072'

red 173 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #AD7072

Tints of Turkish Rose #AD7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 43.36%
G = 28.07%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD7072 (or 0xAD7072) is known color: Turkish Rose. HEX triplet: AD, 70 and 72. RGB value is (173,112,114). Sum of RGB (Red+Green+Blue) = 173+112+114=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7072 is #528F8D. Grayscale: #828282. Windows color (decimal): -5410702 or 7499949. OLE color: 7499949.

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

Color convert

RGB 173 112 114 -
CMYK 0 0.35 0.34 0.32
HSL 358.03º 0.27% 0.56% -
HSV(B) 358.03º 0.35% 0.68% -
XYZ 26.07 21.69 18.73 -
YUV 130.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 173 112 114 0 0.35 0.34 0.32 358.03 0.27 0.56
Hex AD 70 72 0 23 22 20 166 1B 38
Octal 255 160 162 0 43 42 40 546 33 70
Binary 10101101 1110000 1110010 0 100011 100010 100000 101100110 11011 111000

Color Harmonies of #AD7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7072

Black with #AD7072

Text Example


Text Example

White with #AD7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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