Html Css Color HEX #A0636B Turkish Rose

📋 copy color: '#A0636B'

red 160 ◦ green 99 ◦ blue 107

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

Shades of Turkish Rose #A0636B

Tints of Turkish Rose #A0636B

RGB

 RED value IS 160 (62.89% from 255) = 43.72%

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

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

R = 43.72%
G = 27.05%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0636B (or 0xA0636B) is known color: Turkish Rose. HEX triplet: A0, 63 and 6B. RGB value is (160,99,107). Sum of RGB (Red+Green+Blue) = 160+99+107=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0636B is #5F9C94. Grayscale: #767676. Windows color (decimal): -6266005 or 7037856. OLE color: 7037856.

HSL color Cylindrical-coordinate representation of color #A0636B: hue angle of 352.13º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0636B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 107 -
CMYK 0 0.38 0.33 0.37
HSL 352.13º 0.24% 0.51% -
HSV(B) 352.13º 0.38% 0.63% -
XYZ 21.61 17.46 16.14 -
YUV 118.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 160 99 107 0 0.38 0.33 0.37 352.13 0.24 0.51
Hex A0 63 6B 0 26 21 25 160 18 33
Octal 240 143 153 0 46 41 45 540 30 63
Binary 10100000 1100011 1101011 0 100110 100001 100101 101100000 11000 110011

Color Harmonies of #A0636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0636B

Black with #A0636B

Text Example


Text Example

White with #A0636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0636B; }

 p { color: rgb(160,99,107); }

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

background-color css

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

 a { background-color: rgb(160,99,107); }

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

border-color css

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

 span { border-color: rgb(160,99,107); }

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