Html Css Color HEX #AD6C7A Turkish Rose

📋 copy color: '#AD6C7A'

red 173 ◦ green 108 ◦ blue 122

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

Shades of Turkish Rose #AD6C7A

Tints of Turkish Rose #AD6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 42.93%
G = 26.8%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD6C7A (or 0xAD6C7A) is known color: Turkish Rose. HEX triplet: AD, 6C and 7A. RGB value is (173,108,122). Sum of RGB (Red+Green+Blue) = 173+108+122=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C7A is #529385. Grayscale: #818181. Windows color (decimal): -5411718 or 8023213. OLE color: 8023213.

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

Color convert

RGB 173 108 122 -
CMYK 0 0.38 0.29 0.32
HSL 347.08º 0.28% 0.55% -
HSV(B) 347.08º 0.38% 0.68% -
XYZ 26.11 21.01 21.09 -
YUV 129.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 173 108 122 0 0.38 0.29 0.32 347.08 0.28 0.55
Hex AD 6C 7A 0 26 1D 20 15B 1C 37
Octal 255 154 172 0 46 35 40 533 34 67
Binary 10101101 1101100 1111010 0 100110 11101 100000 101011011 11100 110111

Color Harmonies of #AD6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C7A

Black with #AD6C7A

Text Example


Text Example

White with #AD6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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