Html Css Color HEX #AD636B Turkish Rose

📋 copy color: '#AD636B'

red 173 ◦ green 99 ◦ blue 107

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

Shades of Turkish Rose #AD636B

Tints of Turkish Rose #AD636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 45.65%
G = 26.12%
B = 28.23%

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

#AD636B (or 0xAD636B) is known color: Turkish Rose. HEX triplet: AD, 63 and 6B. RGB value is (173,99,107). Sum of RGB (Red+Green+Blue) = 173+99+107=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD636B is #529C94. Grayscale: #7A7A7A. Windows color (decimal): -5414037 or 7037869. OLE color: 7037869.

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

Color convert

RGB 173 99 107 -
CMYK 0 0.43 0.38 0.32
HSL 353.51º 0.31% 0.53% -
HSV(B) 353.51º 0.43% 0.68% -
XYZ 24.35 18.87 16.27 -
YUV 122.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 173 99 107 0 0.43 0.38 0.32 353.51 0.31 0.53
Hex AD 63 6B 0 2B 26 20 162 1F 35
Octal 255 143 153 0 53 46 40 542 37 65
Binary 10101101 1100011 1101011 0 101011 100110 100000 101100010 11111 110101

Color Harmonies of #AD636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD636B

Black with #AD636B

Text Example


Text Example

White with #AD636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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