Html Css Color HEX #A6636F Turkish Rose

📋 copy color: '#A6636F'

red 166 ◦ green 99 ◦ blue 111

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

Shades of Turkish Rose #A6636F

Tints of Turkish Rose #A6636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 44.15%
G = 26.33%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6636F (or 0xA6636F) is known color: Turkish Rose. HEX triplet: A6, 63 and 6F. RGB value is (166,99,111). Sum of RGB (Red+Green+Blue) = 166+99+111=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6636F is #599C90. Grayscale: #787878. Windows color (decimal): -5872785 or 7300006. OLE color: 7300006.

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

Color convert

RGB 166 99 111 -
CMYK 0 0.40 0.33 0.35
HSL 349.25º 0.27% 0.52% -
HSV(B) 349.25º 0.4% 0.65% -
XYZ 23.06 18.18 17.33 -
YUV 120.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 166 99 111 0 0.40 0.33 0.35 349.25 0.27 0.52
Hex A6 63 6F 0 28 21 23 15D 1B 34
Octal 246 143 157 0 50 41 43 535 33 64
Binary 10100110 1100011 1101111 0 101000 100001 100011 101011101 11011 110100

Color Harmonies of #A6636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6636F

Black with #A6636F

Text Example


Text Example

White with #A6636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6636F; }

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

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

background-color css

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

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

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

border-color css

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

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

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