Html Css Color HEX #AD6475 Turkish Rose

📋 copy color: '#AD6475'

red 173 ◦ green 100 ◦ blue 117

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

Shades of Turkish Rose #AD6475

Tints of Turkish Rose #AD6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 44.36%
G = 25.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6475 (or 0xAD6475) is known color: Turkish Rose. HEX triplet: AD, 64 and 75. RGB value is (173,100,117). Sum of RGB (Red+Green+Blue) = 173+100+117=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6475 is #529B8A. Grayscale: #7B7B7B. Windows color (decimal): -5413771 or 7693485. OLE color: 7693485.

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

Color convert

RGB 173 100 117 -
CMYK 0 0.42 0.32 0.32
HSL 346.03º 0.31% 0.54% -
HSV(B) 346.03º 0.42% 0.68% -
XYZ 25 19.28 19.23 -
YUV 123.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 173 100 117 0 0.42 0.32 0.32 346.03 0.31 0.54
Hex AD 64 75 0 2A 20 20 15A 1F 36
Octal 255 144 165 0 52 40 40 532 37 66
Binary 10101101 1100100 1110101 0 101010 100000 100000 101011010 11111 110110

Color Harmonies of #AD6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6475

Black with #AD6475

Text Example


Text Example

White with #AD6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6475; }

 p { color: rgb(173,100,117); }

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

background-color css

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

 a { background-color: rgb(173,100,117); }

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

border-color css

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

 span { border-color: rgb(173,100,117); }

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