Html Css Color HEX #A6606A Turkish Rose

📋 copy color: '#A6606A'

red 166 ◦ green 96 ◦ blue 106

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

Shades of Turkish Rose #A6606A

Tints of Turkish Rose #A6606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 45.11%
G = 26.09%
B = 28.8%

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

#A6606A (or 0xA6606A) is known color: Turkish Rose. HEX triplet: A6, 60 and 6A. RGB value is (166,96,106). Sum of RGB (Red+Green+Blue) = 166+96+106=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A6606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6606A is #599F95. Grayscale: #767676. Windows color (decimal): -5873558 or 6971558. OLE color: 6971558.

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

Color convert

RGB 166 96 106 -
CMYK 0 0.42 0.36 0.35
HSL 351.43º 0.28% 0.51% -
HSV(B) 351.43º 0.42% 0.65% -
XYZ 22.51 17.51 15.83 -
YUV 118.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 166 96 106 0 0.42 0.36 0.35 351.43 0.28 0.51
Hex A6 60 6A 0 2A 24 23 15F 1C 33
Octal 246 140 152 0 52 44 43 537 34 63
Binary 10100110 1100000 1101010 0 101010 100100 100011 101011111 11100 110011

Color Harmonies of #A6606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6606A

Black with #A6606A

Text Example


Text Example

White with #A6606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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