Html Css Color HEX #AD696F Turkish Rose

📋 copy color: '#AD696F'

red 173 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #AD696F

Tints of Turkish Rose #AD696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 44.47%
G = 26.99%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD696F (or 0xAD696F) is known color: Turkish Rose. HEX triplet: AD, 69 and 6F. RGB value is (173,105,111). Sum of RGB (Red+Green+Blue) = 173+105+111=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696F is #529690. Grayscale: #7E7E7E. Windows color (decimal): -5412497 or 7301549. OLE color: 7301549.

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

Color convert

RGB 173 105 111 -
CMYK 0 0.39 0.36 0.32
HSL 354.71º 0.29% 0.55% -
HSV(B) 354.71º 0.39% 0.68% -
XYZ 25.15 20.14 17.6 -
YUV 126.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 173 105 111 0 0.39 0.36 0.32 354.71 0.29 0.55
Hex AD 69 6F 0 27 24 20 163 1D 37
Octal 255 151 157 0 47 44 40 543 35 67
Binary 10101101 1101001 1101111 0 100111 100100 100000 101100011 11101 110111

Color Harmonies of #AD696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD696F

Black with #AD696F

Text Example


Text Example

White with #AD696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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