Html Css Color HEX #A6636E Turkish Rose

📋 copy color: '#A6636E'

red 166 ◦ green 99 ◦ blue 110

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

Shades of Turkish Rose #A6636E

Tints of Turkish Rose #A6636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 44.27%
G = 26.4%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6636E (or 0xA6636E) is known color: Turkish Rose. HEX triplet: A6, 63 and 6E. RGB value is (166,99,110). Sum of RGB (Red+Green+Blue) = 166+99+110=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6636E is #599C91. Grayscale: #787878. Windows color (decimal): -5872786 or 7234470. OLE color: 7234470.

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

Color convert

RGB 166 99 110 -
CMYK 0 0.40 0.34 0.35
HSL 350.15º 0.27% 0.52% -
HSV(B) 350.15º 0.4% 0.65% -
XYZ 23 18.16 17.04 -
YUV 120.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 166 99 110 0 0.40 0.34 0.35 350.15 0.27 0.52
Hex A6 63 6E 0 28 22 23 15E 1B 34
Octal 246 143 156 0 50 42 43 536 33 64
Binary 10100110 1100011 1101110 0 101000 100010 100011 101011110 11011 110100

Color Harmonies of #A6636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6636E

Black with #A6636E

Text Example


Text Example

White with #A6636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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