Html Css Color HEX #A6686C Turkish Rose

📋 copy color: '#A6686C'

red 166 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #A6686C

Tints of Turkish Rose #A6686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 43.92%
G = 27.51%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6686C (or 0xA6686C) is known color: Turkish Rose. HEX triplet: A6, 68 and 6C. RGB value is (166,104,108). Sum of RGB (Red+Green+Blue) = 166+104+108=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6686C is #599793. Grayscale: #7B7B7B. Windows color (decimal): -5871508 or 7104678. OLE color: 7104678.

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

Color convert

RGB 166 104 108 -
CMYK 0 0.37 0.35 0.35
HSL 356.13º 0.26% 0.53% -
HSV(B) 356.13º 0.37% 0.65% -
XYZ 23.38 19.09 16.64 -
YUV 122.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 166 104 108 0 0.37 0.35 0.35 356.13 0.26 0.53
Hex A6 68 6C 0 25 23 23 164 1A 35
Octal 246 150 154 0 45 43 43 544 32 65
Binary 10100110 1101000 1101100 0 100101 100011 100011 101100100 11010 110101

Color Harmonies of #A6686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6686C

Black with #A6686C

Text Example


Text Example

White with #A6686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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