Html Css Color HEX #A6606B Turkish Rose

📋 copy color: '#A6606B'

red 166 ◦ green 96 ◦ blue 107

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

Shades of Turkish Rose #A6606B

Tints of Turkish Rose #A6606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 44.99%
G = 26.02%
B = 29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6606B (or 0xA6606B) is known color: Turkish Rose. HEX triplet: A6, 60 and 6B. RGB value is (166,96,107). Sum of RGB (Red+Green+Blue) = 166+96+107=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A6606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6606B is #599F94. Grayscale: #767676. Windows color (decimal): -5873557 or 7037094. OLE color: 7037094.

HSL color Cylindrical-coordinate representation of color #A6606B: hue angle of 350.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6606B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 107 -
CMYK 0 0.42 0.36 0.35
HSL 350.57º 0.28% 0.51% -
HSV(B) 350.57º 0.42% 0.65% -
XYZ 22.56 17.53 16.11 -
YUV 118.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 166 96 107 0 0.42 0.36 0.35 350.57 0.28 0.51
Hex A6 60 6B 0 2A 24 23 15F 1C 33
Octal 246 140 153 0 52 44 43 537 34 63
Binary 10100110 1100000 1101011 0 101010 100100 100011 101011111 11100 110011

Color Harmonies of #A6606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6606B

Black with #A6606B

Text Example


Text Example

White with #A6606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6606B; }

 p { color: rgb(166,96,107); }

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

background-color css

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

 a { background-color: rgb(166,96,107); }

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

border-color css

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

 span { border-color: rgb(166,96,107); }

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