Html Css Color HEX #A6646B Turkish Rose

📋 copy color: '#A6646B'

red 166 ◦ green 100 ◦ blue 107

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

Shades of Turkish Rose #A6646B

Tints of Turkish Rose #A6646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 44.5%
G = 26.81%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6646B (or 0xA6646B) is known color: Turkish Rose. HEX triplet: A6, 64 and 6B. RGB value is (166,100,107). Sum of RGB (Red+Green+Blue) = 166+100+107=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6646B is #599B94. Grayscale: #787878. Windows color (decimal): -5872533 or 7038118. OLE color: 7038118.

HSL color Cylindrical-coordinate representation of color #A6646B: hue angle of 353.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6646B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 107 -
CMYK 0 0.40 0.36 0.35
HSL 353.64º 0.27% 0.52% -
HSV(B) 353.64º 0.4% 0.65% -
XYZ 22.94 18.28 16.23 -
YUV 120.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 166 100 107 0 0.40 0.36 0.35 353.64 0.27 0.52
Hex A6 64 6B 0 28 24 23 162 1B 34
Octal 246 144 153 0 50 44 43 542 33 64
Binary 10100110 1100100 1101011 0 101000 100100 100011 101100010 11011 110100

Color Harmonies of #A6646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6646B

Black with #A6646B

Text Example


Text Example

White with #A6646B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6646B; }

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

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

background-color css

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

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

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

border-color css

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

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

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