Html Css Color HEX #A6717D Turkish Rose

📋 copy color: '#A6717D'

red 166 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #A6717D

Tints of Turkish Rose #A6717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 41.09%
G = 27.97%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6717D (or 0xA6717D) is known color: Turkish Rose. HEX triplet: A6, 71 and 7D. RGB value is (166,113,125). Sum of RGB (Red+Green+Blue) = 166+113+125=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717D is #598E82. Grayscale: #828282. Windows color (decimal): -5869187 or 8221094. OLE color: 8221094.

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

Color convert

RGB 166 113 125 -
CMYK 0 0.32 0.25 0.35
HSL 346.42º 0.23% 0.55% -
HSV(B) 346.42º 0.32% 0.65% -
XYZ 25.33 21.4 22.2 -
YUV 130.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 166 113 125 0 0.32 0.25 0.35 346.42 0.23 0.55
Hex A6 71 7D 0 20 19 23 15A 17 37
Octal 246 161 175 0 40 31 43 532 27 67
Binary 10100110 1110001 1111101 0 100000 11001 100011 101011010 10111 110111

Color Harmonies of #A6717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6717D

Black with #A6717D

Text Example


Text Example

White with #A6717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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