Html Css Color HEX #AD7C7E Turkish Rose

📋 copy color: '#AD7C7E'

red 173 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #AD7C7E

Tints of Turkish Rose #AD7C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 40.9%
G = 29.31%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD7C7E (or 0xAD7C7E) is known color: Turkish Rose. HEX triplet: AD, 7C and 7E. RGB value is (173,124,126). Sum of RGB (Red+Green+Blue) = 173+124+126=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C7E is #528381. Grayscale: #8A8A8A. Windows color (decimal): -5407618 or 8289453. OLE color: 8289453.

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

Color convert

RGB 173 124 126 -
CMYK 0 0.28 0.27 0.32
HSL 357.55º 0.23% 0.58% -
HSV(B) 357.55º 0.28% 0.68% -
XYZ 28.21 24.81 23.04 -
YUV 138.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 173 124 126 0 0.28 0.27 0.32 357.55 0.23 0.58
Hex AD 7C 7E 0 1C 1B 20 166 17 3A
Octal 255 174 176 0 34 33 40 546 27 72
Binary 10101101 1111100 1111110 0 11100 11011 100000 101100110 10111 111010

Color Harmonies of #AD7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C7E

Black with #AD7C7E

Text Example


Text Example

White with #AD7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C7E; }

 p { color: rgb(173,124,126); }

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

background-color css

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

 a { background-color: rgb(173,124,126); }

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

border-color css

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

 span { border-color: rgb(173,124,126); }

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