Html Css Color HEX #AD6075 Turkish Rose

📋 copy color: '#AD6075'

red 173 ◦ green 96 ◦ blue 117

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

Shades of Turkish Rose #AD6075

Tints of Turkish Rose #AD6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

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

R = 44.82%
G = 24.87%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6075 (or 0xAD6075) is known color: Turkish Rose. HEX triplet: AD, 60 and 75. RGB value is (173,96,117). Sum of RGB (Red+Green+Blue) = 173+96+117=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6075 is #529F8A. Grayscale: #797979. Windows color (decimal): -5414795 or 7692461. OLE color: 7692461.

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

Color convert

RGB 173 96 117 -
CMYK 0 0.45 0.32 0.32
HSL 343.64º 0.32% 0.53% -
HSV(B) 343.64º 0.45% 0.68% -
XYZ 24.63 18.53 19.11 -
YUV 121.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 173 96 117 0 0.45 0.32 0.32 343.64 0.32 0.53
Hex AD 60 75 0 2D 20 20 158 20 35
Octal 255 140 165 0 55 40 40 530 40 65
Binary 10101101 1100000 1110101 0 101101 100000 100000 101011000 100000 110101

Color Harmonies of #AD6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6075

Black with #AD6075

Text Example


Text Example

White with #AD6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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