Html Css Color HEX #AD636C Turkish Rose

📋 copy color: '#AD636C'

red 173 ◦ green 99 ◦ blue 108

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

Shades of Turkish Rose #AD636C

Tints of Turkish Rose #AD636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 45.53%
G = 26.05%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD636C (or 0xAD636C) is known color: Turkish Rose. HEX triplet: AD, 63 and 6C. RGB value is (173,99,108). Sum of RGB (Red+Green+Blue) = 173+99+108=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD636C is #529C93. Grayscale: #7A7A7A. Windows color (decimal): -5414036 or 7103405. OLE color: 7103405.

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

Color convert

RGB 173 99 108 -
CMYK 0 0.43 0.38 0.32
HSL 352.7º 0.31% 0.53% -
HSV(B) 352.7º 0.43% 0.68% -
XYZ 24.4 18.89 16.55 -
YUV 122.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 173 99 108 0 0.43 0.38 0.32 352.7 0.31 0.53
Hex AD 63 6C 0 2B 26 20 161 1F 35
Octal 255 143 154 0 53 46 40 541 37 65
Binary 10101101 1100011 1101100 0 101011 100110 100000 101100001 11111 110101

Color Harmonies of #AD636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD636C

Black with #AD636C

Text Example


Text Example

White with #AD636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD636C; }

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

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

background-color css

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

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

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

border-color css

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

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

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