Html Css Color HEX #AD6167 Turkish Rose

📋 copy color: '#AD6167'

red 173 ◦ green 97 ◦ blue 103

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

Shades of Turkish Rose #AD6167

Tints of Turkish Rose #AD6167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 46.38%
G = 26.01%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD6167 (or 0xAD6167) is known color: Turkish Rose. HEX triplet: AD, 61 and 67. RGB value is (173,97,103). Sum of RGB (Red+Green+Blue) = 173+97+103=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6167 is #529E98. Grayscale: #787878. Windows color (decimal): -5414553 or 6775213. OLE color: 6775213.

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

Color convert

RGB 173 97 103 -
CMYK 0 0.44 0.40 0.32
HSL 355.26º 0.32% 0.53% -
HSV(B) 355.26º 0.44% 0.68% -
XYZ 23.96 18.41 15.12 -
YUV 120.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 173 97 103 0 0.44 0.40 0.32 355.26 0.32 0.53
Hex AD 61 67 0 2C 28 20 163 20 35
Octal 255 141 147 0 54 50 40 543 40 65
Binary 10101101 1100001 1100111 0 101100 101000 100000 101100011 100000 110101

Color Harmonies of #AD6167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6167

Black with #AD6167

Text Example


Text Example

White with #AD6167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6167; }

 p { color: rgb(173,97,103); }

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

background-color css

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

 a { background-color: rgb(173,97,103); }

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

border-color css

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

 span { border-color: rgb(173,97,103); }

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