Html Css Color HEX #AD787E Turkish Rose

📋 copy color: '#AD787E'

red 173 ◦ green 120 ◦ blue 126

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

Shades of Turkish Rose #AD787E

Tints of Turkish Rose #AD787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

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

R = 41.29%
G = 28.64%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD787E (or 0xAD787E) is known color: Turkish Rose. HEX triplet: AD, 78 and 7E. RGB value is (173,120,126). Sum of RGB (Red+Green+Blue) = 173+120+126=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787E is #528781. Grayscale: #888888. Windows color (decimal): -5408642 or 8288429. OLE color: 8288429.

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

Color convert

RGB 173 120 126 -
CMYK 0 0.31 0.27 0.32
HSL 353.21º 0.24% 0.57% -
HSV(B) 353.21º 0.31% 0.68% -
XYZ 27.72 23.82 22.88 -
YUV 136.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 173 120 126 0 0.31 0.27 0.32 353.21 0.24 0.57
Hex AD 78 7E 0 1F 1B 20 161 18 39
Octal 255 170 176 0 37 33 40 541 30 71
Binary 10101101 1111000 1111110 0 11111 11011 100000 101100001 11000 111001

Color Harmonies of #AD787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD787E

Black with #AD787E

Text Example


Text Example

White with #AD787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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