Html Css Color HEX #AD6268 Turkish Rose

📋 copy color: '#AD6268'

red 173 ◦ green 98 ◦ blue 104

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

Shades of Turkish Rose #AD6268

Tints of Turkish Rose #AD6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 46.13%
G = 26.13%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD6268 (or 0xAD6268) is known color: Turkish Rose. HEX triplet: AD, 62 and 68. RGB value is (173,98,104). Sum of RGB (Red+Green+Blue) = 173+98+104=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6268 is #529D97. Grayscale: #797979. Windows color (decimal): -5414296 or 6841005. OLE color: 6841005.

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

Color convert

RGB 173 98 104 -
CMYK 0 0.43 0.40 0.32
HSL 355.2º 0.31% 0.53% -
HSV(B) 355.2º 0.43% 0.68% -
XYZ 24.1 18.62 15.42 -
YUV 121.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 173 98 104 0 0.43 0.40 0.32 355.2 0.31 0.53
Hex AD 62 68 0 2B 28 20 163 1F 35
Octal 255 142 150 0 53 50 40 543 37 65
Binary 10101101 1100010 1101000 0 101011 101000 100000 101100011 11111 110101

Color Harmonies of #AD6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6268

Black with #AD6268

Text Example


Text Example

White with #AD6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6268; }

 p { color: rgb(173,98,104); }

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

background-color css

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

 a { background-color: rgb(173,98,104); }

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

border-color css

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

 span { border-color: rgb(173,98,104); }

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