Html Css Color HEX #A6707D Turkish Rose

📋 copy color: '#A6707D'

red 166 ◦ green 112 ◦ blue 125

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

Shades of Turkish Rose #A6707D

Tints of Turkish Rose #A6707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 41.19%
G = 27.79%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6707D (or 0xA6707D) is known color: Turkish Rose. HEX triplet: A6, 70 and 7D. RGB value is (166,112,125). Sum of RGB (Red+Green+Blue) = 166+112+125=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6707D is #598F82. Grayscale: #818181. Windows color (decimal): -5869443 or 8220838. OLE color: 8220838.

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

Color convert

RGB 166 112 125 -
CMYK 0 0.33 0.25 0.35
HSL 345.56º 0.23% 0.55% -
HSV(B) 345.56º 0.33% 0.65% -
XYZ 25.22 21.18 22.16 -
YUV 129.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 166 112 125 0 0.33 0.25 0.35 345.56 0.23 0.55
Hex A6 70 7D 0 21 19 23 15A 17 37
Octal 246 160 175 0 41 31 43 532 27 67
Binary 10100110 1110000 1111101 0 100001 11001 100011 101011010 10111 110111

Color Harmonies of #A6707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6707D

Black with #A6707D

Text Example


Text Example

White with #A6707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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