Html Css Color HEX #AD696B Turkish Rose

📋 copy color: '#AD696B'

red 173 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #AD696B

Tints of Turkish Rose #AD696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 44.94%
G = 27.27%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD696B (or 0xAD696B) is known color: Turkish Rose. HEX triplet: AD, 69 and 6B. RGB value is (173,105,107). Sum of RGB (Red+Green+Blue) = 173+105+107=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696B is #529694. Grayscale: #7D7D7D. Windows color (decimal): -5412501 or 7039405. OLE color: 7039405.

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

Color convert

RGB 173 105 107 -
CMYK 0 0.39 0.38 0.32
HSL 358.24º 0.29% 0.55% -
HSV(B) 358.24º 0.39% 0.68% -
XYZ 24.94 20.05 16.47 -
YUV 125.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 173 105 107 0 0.39 0.38 0.32 358.24 0.29 0.55
Hex AD 69 6B 0 27 26 20 166 1D 37
Octal 255 151 153 0 47 46 40 546 35 67
Binary 10101101 1101001 1101011 0 100111 100110 100000 101100110 11101 110111

Color Harmonies of #AD696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD696B

Black with #AD696B

Text Example


Text Example

White with #AD696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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