Html Css Color HEX #A6696E Turkish Rose

📋 copy color: '#A6696E'

red 166 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #A6696E

Tints of Turkish Rose #A6696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 43.57%
G = 27.56%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6696E (or 0xA6696E) is known color: Turkish Rose. HEX triplet: A6, 69 and 6E. RGB value is (166,105,110). Sum of RGB (Red+Green+Blue) = 166+105+110=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6696E is #599691. Grayscale: #7B7B7B. Windows color (decimal): -5871250 or 7236006. OLE color: 7236006.

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

Color convert

RGB 166 105 110 -
CMYK 0 0.37 0.34 0.35
HSL 355.08º 0.26% 0.53% -
HSV(B) 355.08º 0.37% 0.65% -
XYZ 23.59 19.34 17.24 -
YUV 123.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 166 105 110 0 0.37 0.34 0.35 355.08 0.26 0.53
Hex A6 69 6E 0 25 22 23 163 1A 35
Octal 246 151 156 0 45 42 43 543 32 65
Binary 10100110 1101001 1101110 0 100101 100010 100011 101100011 11010 110101

Color Harmonies of #A6696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6696E

Black with #A6696E

Text Example


Text Example

White with #A6696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6696E; }

 p { color: rgb(166,105,110); }

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

background-color css

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

 a { background-color: rgb(166,105,110); }

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

border-color css

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

 span { border-color: rgb(166,105,110); }

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