Html Css Color HEX #A6686F Turkish Rose

📋 copy color: '#A6686F'

red 166 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #A6686F

Tints of Turkish Rose #A6686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

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

R = 43.57%
G = 27.3%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6686F (or 0xA6686F) is known color: Turkish Rose. HEX triplet: A6, 68 and 6F. RGB value is (166,104,111). Sum of RGB (Red+Green+Blue) = 166+104+111=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686F is #599790. Grayscale: #7B7B7B. Windows color (decimal): -5871505 or 7301286. OLE color: 7301286.

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

Color convert

RGB 166 104 111 -
CMYK 0 0.37 0.33 0.35
HSL 353.23º 0.26% 0.53% -
HSV(B) 353.23º 0.37% 0.65% -
XYZ 23.55 19.16 17.5 -
YUV 123.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 166 104 111 0 0.37 0.33 0.35 353.23 0.26 0.53
Hex A6 68 6F 0 25 21 23 161 1A 35
Octal 246 150 157 0 45 41 43 541 32 65
Binary 10100110 1101000 1101111 0 100101 100001 100011 101100001 11010 110101

Color Harmonies of #A6686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6686F

Black with #A6686F

Text Example


Text Example

White with #A6686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6686F; }

 p { color: rgb(166,104,111); }

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

background-color css

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

 a { background-color: rgb(166,104,111); }

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

border-color css

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

 span { border-color: rgb(166,104,111); }

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