Html Css Color HEX #A6717B Turkish Rose

📋 copy color: '#A6717B'

red 166 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #A6717B

Tints of Turkish Rose #A6717B

RGB

 RED value IS 166 (65.23% from 255) = 41.29%

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 41.29%
G = 28.11%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6717B (or 0xA6717B) is known color: Turkish Rose. HEX triplet: A6, 71 and 7B. RGB value is (166,113,123). Sum of RGB (Red+Green+Blue) = 166+113+123=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717B is #598E84. Grayscale: #828282. Windows color (decimal): -5869189 or 8090022. OLE color: 8090022.

HSL color Cylindrical-coordinate representation of color #A6717B: hue angle of 348.68º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6717B is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 123 -
CMYK 0 0.32 0.26 0.35
HSL 348.68º 0.23% 0.55% -
HSV(B) 348.68º 0.32% 0.65% -
XYZ 25.21 21.35 21.53 -
YUV 129.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 166 113 123 0 0.32 0.26 0.35 348.68 0.23 0.55
Hex A6 71 7B 0 20 1A 23 15D 17 37
Octal 246 161 173 0 40 32 43 535 27 67
Binary 10100110 1110001 1111011 0 100000 11010 100011 101011101 10111 110111

Color Harmonies of #A6717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6717B

Black with #A6717B

Text Example


Text Example

White with #A6717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6717B; }

 p { color: rgb(166,113,123); }

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

background-color css

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

 a { background-color: rgb(166,113,123); }

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

border-color css

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

 span { border-color: rgb(166,113,123); }

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