Html Css Color HEX #AD696D Turkish Rose

📋 copy color: '#AD696D'

red 173 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #AD696D

Tints of Turkish Rose #AD696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 44.7%
G = 27.13%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD696D (or 0xAD696D) is known color: Turkish Rose. HEX triplet: AD, 69 and 6D. RGB value is (173,105,109). Sum of RGB (Red+Green+Blue) = 173+105+109=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696D is #529692. Grayscale: #7D7D7D. Windows color (decimal): -5412499 or 7170477. OLE color: 7170477.

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

Color convert

RGB 173 105 109 -
CMYK 0 0.39 0.37 0.32
HSL 356.47º 0.29% 0.55% -
HSV(B) 356.47º 0.39% 0.68% -
XYZ 25.05 20.09 17.03 -
YUV 125.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 173 105 109 0 0.39 0.37 0.32 356.47 0.29 0.55
Hex AD 69 6D 0 27 25 20 164 1D 37
Octal 255 151 155 0 47 45 40 544 35 67
Binary 10101101 1101001 1101101 0 100111 100101 100000 101100100 11101 110111

Color Harmonies of #AD696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD696D

Black with #AD696D

Text Example


Text Example

White with #AD696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD696D; }

 p { color: rgb(173,105,109); }

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

background-color css

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

 a { background-color: rgb(173,105,109); }

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

border-color css

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

 span { border-color: rgb(173,105,109); }

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