Html Css Color HEX #AD787A Turkish Rose

📋 copy color: '#AD787A'

red 173 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #AD787A

Tints of Turkish Rose #AD787A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 41.69%
G = 28.92%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD787A (or 0xAD787A) is known color: Turkish Rose. HEX triplet: AD, 78 and 7A. RGB value is (173,120,122). Sum of RGB (Red+Green+Blue) = 173+120+122=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787A is #528785. Grayscale: #888888. Windows color (decimal): -5408646 or 8026285. OLE color: 8026285.

HSL color Cylindrical-coordinate representation of color #AD787A: hue angle of 357.74º 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 #AD787A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 120 122 -
CMYK 0 0.31 0.29 0.32
HSL 357.74º 0.24% 0.57% -
HSV(B) 357.74º 0.31% 0.68% -
XYZ 27.46 23.72 21.54 -
YUV 136.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 173 120 122 0 0.31 0.29 0.32 357.74 0.24 0.57
Hex AD 78 7A 0 1F 1D 20 166 18 39
Octal 255 170 172 0 37 35 40 546 30 71
Binary 10101101 1111000 1111010 0 11111 11101 100000 101100110 11000 111001

Color Harmonies of #AD787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD787A

Black with #AD787A

Text Example


Text Example

White with #AD787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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