Html Css Color HEX #AD6369 Turkish Rose

📋 copy color: '#AD6369'

red 173 ◦ green 99 ◦ blue 105

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

Shades of Turkish Rose #AD6369

Tints of Turkish Rose #AD6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 45.89%
G = 26.26%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD6369 (or 0xAD6369) is known color: Turkish Rose. HEX triplet: AD, 63 and 69. RGB value is (173,99,105). Sum of RGB (Red+Green+Blue) = 173+99+105=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6369 is #529C96. Grayscale: #797979. Windows color (decimal): -5414039 or 6906797. OLE color: 6906797.

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

Color convert

RGB 173 99 105 -
CMYK 0 0.43 0.39 0.32
HSL 355.14º 0.31% 0.53% -
HSV(B) 355.14º 0.43% 0.68% -
XYZ 24.25 18.83 15.72 -
YUV 121.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 173 99 105 0 0.43 0.39 0.32 355.14 0.31 0.53
Hex AD 63 69 0 2B 27 20 163 1F 35
Octal 255 143 151 0 53 47 40 543 37 65
Binary 10101101 1100011 1101001 0 101011 100111 100000 101100011 11111 110101

Color Harmonies of #AD6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6369

Black with #AD6369

Text Example


Text Example

White with #AD6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6369; }

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

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

background-color css

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

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

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

border-color css

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

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

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