Html Css Color HEX #AD6569 Turkish Rose

📋 copy color: '#AD6569'

red 173 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #AD6569

Tints of Turkish Rose #AD6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.65%

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

R = 45.65%
G = 26.65%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD6569 (or 0xAD6569) is known color: Turkish Rose. HEX triplet: AD, 65 and 69. RGB value is (173,101,105). Sum of RGB (Red+Green+Blue) = 173+101+105=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6569 is #529A96. Grayscale: #7B7B7B. Windows color (decimal): -5413527 or 6907309. OLE color: 6907309.

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

Color convert

RGB 173 101 105 -
CMYK 0 0.42 0.39 0.32
HSL 356.67º 0.31% 0.54% -
HSV(B) 356.67º 0.42% 0.68% -
XYZ 24.44 19.21 15.78 -
YUV 122.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 173 101 105 0 0.42 0.39 0.32 356.67 0.31 0.54
Hex AD 65 69 0 2A 27 20 165 1F 36
Octal 255 145 151 0 52 47 40 545 37 66
Binary 10101101 1100101 1101001 0 101010 100111 100000 101100101 11111 110110

Color Harmonies of #AD6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6569

Black with #AD6569

Text Example


Text Example

White with #AD6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6569; }

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

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

background-color css

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

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

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

border-color css

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

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

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