Html Css Color HEX #AD6468 Turkish Rose

📋 copy color: '#AD6468'

red 173 ◦ green 100 ◦ blue 104

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

Shades of Turkish Rose #AD6468

Tints of Turkish Rose #AD6468

RGB

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

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

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

R = 45.89%
G = 26.53%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD6468 (or 0xAD6468) is known color: Turkish Rose. HEX triplet: AD, 64 and 68. RGB value is (173,100,104). Sum of RGB (Red+Green+Blue) = 173+100+104=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6468 is #529B97. Grayscale: #7A7A7A. Windows color (decimal): -5413784 or 6841517. OLE color: 6841517.

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

Color convert

RGB 173 100 104 -
CMYK 0 0.42 0.40 0.32
HSL 356.71º 0.31% 0.54% -
HSV(B) 356.71º 0.42% 0.68% -
XYZ 24.29 19 15.48 -
YUV 122.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 173 100 104 0 0.42 0.40 0.32 356.71 0.31 0.54
Hex AD 64 68 0 2A 28 20 165 1F 36
Octal 255 144 150 0 52 50 40 545 37 66
Binary 10101101 1100100 1101000 0 101010 101000 100000 101100101 11111 110110

Color Harmonies of #AD6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6468

Black with #AD6468

Text Example


Text Example

White with #AD6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6468; }

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

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

background-color css

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

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

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

border-color css

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

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

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